Html Css Color HEX #42876A Viridian

📋 copy color: '#42876A'

red 66 ◦ green 135 ◦ blue 106

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

Shades of Viridian #42876A

Tints of Viridian #42876A

RGB

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

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

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

R = 21.5%
G = 43.97%
B = 34.53%

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

#42876A (or 0x42876A) is known color: Viridian. HEX triplet: 42, 87 and 6A. RGB value is (66,135,106). Sum of RGB (Red+Green+Blue) = 66+135+106=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #42876A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42876A is #BD7895. Grayscale: #6F6F6F. Windows color (decimal): -12417174 or 6981442. OLE color: 6981442.

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

Color convert

RGB 66 135 106 -
CMYK 0.51 0 0.21 0.47
HSL 154.78º 0.34% 0.39% -
HSV(B) 154.78º 0.51% 0.53% -
XYZ 13.51 19.53 16.69 -
YUV 111.06 125.14 95.86 -
System Red Green Blue C M Y K H S L
Decimal 66 135 106 0.51 0 0.21 0.47 154.78 0.34 0.39
Hex 42 87 6A 33 0 15 2F 9B 22 27
Octal 102 207 152 63 0 25 57 233 42 47
Binary 1000010 10000111 1101010 110011 0 10101 101111 10011011 100010 100111

Color Harmonies of #42876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42876A

Black with #42876A

Text Example


Text Example

White with #42876A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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