Html Css Color HEX #42836D Viridian

📋 copy color: '#42836D'

red 66 ◦ green 131 ◦ blue 109

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

Shades of Viridian #42836D

Tints of Viridian #42836D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.81%

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

R = 21.57%
G = 42.81%
B = 35.62%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#42836D (or 0x42836D) is known color: Viridian. HEX triplet: 42, 83 and 6D. RGB value is (66,131,109). Sum of RGB (Red+Green+Blue) = 66+131+109=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #42836D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42836D is #BD7C92. Grayscale: #6D6D6D. Windows color (decimal): -12418195 or 7177026. OLE color: 7177026.

HSL color Cylindrical-coordinate representation of color #42836D: hue angle of 159.69º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42836D is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 131 109 -
CMYK 0.50 0 0.17 0.49
HSL 159.69º 0.33% 0.39% -
HSV(B) 159.69º 0.5% 0.51% -
XYZ 13.12 18.49 17.35 -
YUV 109.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 66 131 109 0.50 0 0.17 0.49 159.69 0.33 0.39
Hex 42 83 6D 32 0 11 31 A0 21 27
Octal 102 203 155 62 0 21 61 240 41 47
Binary 1000010 10000011 1101101 110010 0 10001 110001 10100000 100001 100111

Color Harmonies of #42836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42836D

Black with #42836D

Text Example


Text Example

White with #42836D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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