#427765

Color #427765 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #427765

Tints of Viridian #427765

Color information

#427765 (or 0x427765) is unknown color: approx Viridian. HEX triplet: 42, 77 and 65. RGB value is (66,119,101). Sum of RGB (Red+Green+Blue) = 66+119+101=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #427765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427765 is #BD889A. Grayscale: #656565. Windows color (decimal): -12421275 or 6649666. OLE color: 6649666.

HSL color Cylindrical-coordinate representation of color #427765: hue angle of 159.62º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427765 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB66119101-
CMYK0.4500.150.53
HSL159.62º28.65%36.27%-
HSV(B)159.62º44.54%46.67%-
XYZ11.1915.2914.67-
YUV101.1127.94102.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 119 (46.88% from 255) = 41.61%
BLUE value IS 101 (39.84% from 255) = 35.31%
R=23.08%
G=41.61%
B=35.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661191010.4500.150.53159.6228.6536.27
Hex4277652D0F35a01d24
Octal10216714555017652403544
Binary100001011101111100101101101011111101011010000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427765; }

 p { color: rgb(66,119,101); }

 H1.HeaderClassName
 {
   color: #427765;
 }
 .AnyTagClassName
 {
   color: #427765;
 }
</style>
background-color css

<style>
 a { background-color: #427765; }

 a { background-color: rgb(66,119,101); }

 div.DivClassName
 {
   background-color: #427765;
 }
 .BgClassName
 {
   background-color: #427765;
 }
</style>
border-color css

<style>
 span { border-color: #427765; }

 span { border-color: rgb(66,119,101); }

 td.TdClassName
 {
   border-color: #427765;
 }
 .TagClassName
 {
   border-color: #427765;
 }
</style>