Html Css Color HEX #42876D Viridian

📋 copy color: '#42876D'

red 66 ◦ green 135 ◦ blue 109

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

Shades of Viridian #42876D

Tints of Viridian #42876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.55%

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 21.29%
G = 43.55%
B = 35.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#42876D (or 0x42876D) is known color: Viridian. HEX triplet: 42, 87 and 6D. RGB value is (66,135,109). Sum of RGB (Red+Green+Blue) = 66+135+109=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #42876D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42876D is #BD7892. Grayscale: #6F6F6F. Windows color (decimal): -12417171 or 7178050. OLE color: 7178050.

HSL color Cylindrical-coordinate representation of color #42876D: hue angle of 157.39º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42876D is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 135 109 -
CMYK 0.51 0 0.19 0.47
HSL 157.39º 0.34% 0.39% -
HSV(B) 157.39º 0.51% 0.53% -
XYZ 13.67 19.59 17.53 -
YUV 111.41 126.64 95.61 -
System Red Green Blue C M Y K H S L
Decimal 66 135 109 0.51 0 0.19 0.47 157.39 0.34 0.39
Hex 42 87 6D 33 0 13 2F 9D 22 27
Octal 102 207 155 63 0 23 57 235 42 47
Binary 1000010 10000111 1101101 110011 0 10011 101111 10011101 100010 100111

Color Harmonies of #42876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42876D

Black with #42876D

Text Example


Text Example

White with #42876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42876D; }

 p { color: rgb(66,135,109); }

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

background-color css

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

 a { background-color: rgb(66,135,109); }

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

border-color css

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

 span { border-color: rgb(66,135,109); }

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