Html Css Color HEX #42876F Viridian

📋 copy color: '#42876F'

red 66 ◦ green 135 ◦ blue 111

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

Shades of Viridian #42876F

Tints of Viridian #42876F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.58%

R = 21.15%
G = 43.27%
B = 35.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#42876F (or 0x42876F) is known color: Viridian. HEX triplet: 42, 87 and 6F. RGB value is (66,135,111). Sum of RGB (Red+Green+Blue) = 66+135+111=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #42876F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42876F is #BD7890. Grayscale: #6F6F6F. Windows color (decimal): -12417169 or 7309122. OLE color: 7309122.

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

Color convert

RGB 66 135 111 -
CMYK 0.51 0 0.18 0.47
HSL 159.13º 0.34% 0.39% -
HSV(B) 159.13º 0.51% 0.53% -
XYZ 13.78 19.63 18.1 -
YUV 111.63 127.64 95.45 -
System Red Green Blue C M Y K H S L
Decimal 66 135 111 0.51 0 0.18 0.47 159.13 0.34 0.39
Hex 42 87 6F 33 0 12 2F 9F 22 27
Octal 102 207 157 63 0 22 57 237 42 47
Binary 1000010 10000111 1101111 110011 0 10010 101111 10011111 100010 100111

Color Harmonies of #42876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42876F

Black with #42876F

Text Example


Text Example

White with #42876F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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