Html Css Color HEX #427866 Viridian

📋 copy color: '#427866'

red 66 ◦ green 120 ◦ blue 102

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

Shades of Viridian #427866

Tints of Viridian #427866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.67%

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

R = 22.92%
G = 41.67%
B = 35.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#427866 (or 0x427866) is known color: Viridian. HEX triplet: 42, 78 and 66. RGB value is (66,120,102). Sum of RGB (Red+Green+Blue) = 66+120+102=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #427866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427866 is #BD8799. Grayscale: #656565. Windows color (decimal): -12421018 or 6715458. OLE color: 6715458.

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

Color convert

RGB 66 120 102 -
CMYK 0.45 0 0.15 0.53
HSL 160º 0.29% 0.36% -
HSV(B) 160º 0.45% 0.47% -
XYZ 11.36 15.55 14.97 -
YUV 101.8 128.11 102.46 -
System Red Green Blue C M Y K H S L
Decimal 66 120 102 0.45 0 0.15 0.53 160 0.29 0.36
Hex 42 78 66 2D 0 F 35 A0 1D 24
Octal 102 170 146 55 0 17 65 240 35 44
Binary 1000010 1111000 1100110 101101 0 1111 110101 10100000 11101 100100

Color Harmonies of #427866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427866

Black with #427866

Text Example


Text Example

White with #427866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427866; }

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

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

background-color css

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

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

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

border-color css

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

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

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