Html Css Color HEX #42886C Viridian

📋 copy color: '#42886C'

red 66 ◦ green 136 ◦ blue 108

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

Shades of Viridian #42886C

Tints of Viridian #42886C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.87%

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 21.29%
G = 43.87%
B = 34.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#42886C (or 0x42886C) is known color: Viridian. HEX triplet: 42, 88 and 6C. RGB value is (66,136,108). Sum of RGB (Red+Green+Blue) = 66+136+108=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #42886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42886C is #BD7793. Grayscale: #6F6F6F. Windows color (decimal): -12416916 or 7112770. OLE color: 7112770.

HSL color Cylindrical-coordinate representation of color #42886C: hue angle of 156º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42886C is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 136 108 -
CMYK 0.51 0 0.21 0.47
HSL 156º 0.35% 0.4% -
HSV(B) 156º 0.51% 0.53% -
XYZ 13.76 19.85 17.29 -
YUV 111.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 66 136 108 0.51 0 0.21 0.47 156 0.35 0.4
Hex 42 88 6C 33 0 15 2F 9C 23 28
Octal 102 210 154 63 0 25 57 234 43 50
Binary 1000010 10001000 1101100 110011 0 10101 101111 10011100 100011 101000

Color Harmonies of #42886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42886C

Black with #42886C

Text Example


Text Example

White with #42886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42886C; }

 p { color: rgb(66,136,108); }

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

background-color css

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

 a { background-color: rgb(66,136,108); }

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

border-color css

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

 span { border-color: rgb(66,136,108); }

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