Html Css Color HEX #427766 Viridian

📋 copy color: '#427766'

red 66 ◦ green 119 ◦ blue 102

#427766
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #427766

Tints of Viridian #427766

RGB

 RED value IS 66 (26.17% from 255) = 23%

 GREEN value IS 119 (46.88% from 255) = 41.46%

 BLUE value IS 102 (40.23% from 255) = 35.54%

R = 23%
G = 41.46%
B = 35.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#427766 (or 0x427766) is known color: Viridian. HEX triplet: 42, 77 and 66. RGB value is (66,119,102). Sum of RGB (Red+Green+Blue) = 66+119+102=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #427766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427766 is #BD8899. Grayscale: #656565. Windows color (decimal): -12421274 or 6715202. OLE color: 6715202.

HSL color Cylindrical-coordinate representation of color #427766: hue angle of 160.75º 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 #427766 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 119 102 -
CMYK 0.45 0 0.14 0.53
HSL 160.75º 0.29% 0.36% -
HSV(B) 160.75º 0.45% 0.47% -
XYZ 11.24 15.31 14.93 -
YUV 101.22 128.44 102.88 -
System Red Green Blue C M Y K H S L
Decimal 66 119 102 0.45 0 0.14 0.53 160.75 0.29 0.36
Hex 42 77 66 2D 0 E 35 A1 1D 24
Octal 102 167 146 55 0 16 65 241 35 44
Binary 1000010 1110111 1100110 101101 0 1110 110101 10100001 11101 100100

Color Harmonies of #427766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427766

Black with #427766

Text Example


Text Example

White with #427766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427766; }

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

 H1.HeaderClassName
 {
   color: #427766;
 }
 .AnyTagClassName
 {
   color: #427766;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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