Html Css Color HEX #42886A Viridian

📋 copy color: '#42886A'

red 66 ◦ green 136 ◦ blue 106

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

Shades of Viridian #42886A

Tints of Viridian #42886A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.42%

R = 21.43%
G = 44.16%
B = 34.42%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#42886A (or 0x42886A) is known color: Viridian. HEX triplet: 42, 88 and 6A. RGB value is (66,136,106). Sum of RGB (Red+Green+Blue) = 66+136+106=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #42886A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42886A is #BD7795. Grayscale: #6F6F6F. Windows color (decimal): -12416918 or 6981698. OLE color: 6981698.

HSL color Cylindrical-coordinate representation of color #42886A: hue angle of 154.29º 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 #42886A is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 136 106 -
CMYK 0.51 0 0.22 0.47
HSL 154.29º 0.35% 0.4% -
HSV(B) 154.29º 0.51% 0.53% -
XYZ 13.65 19.81 16.74 -
YUV 111.65 124.81 95.44 -
System Red Green Blue C M Y K H S L
Decimal 66 136 106 0.51 0 0.22 0.47 154.29 0.35 0.4
Hex 42 88 6A 33 0 16 2F 9A 23 28
Octal 102 210 152 63 0 26 57 232 43 50
Binary 1000010 10001000 1101010 110011 0 10110 101111 10011010 100011 101000

Color Harmonies of #42886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42886A

Black with #42886A

Text Example


Text Example

White with #42886A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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