Html Css Color HEX #42836E Viridian

📋 copy color: '#42836E'

red 66 ◦ green 131 ◦ blue 110

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

Shades of Viridian #42836E

Tints of Viridian #42836E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.83%

R = 21.5%
G = 42.67%
B = 35.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#42836E (or 0x42836E) is known color: Viridian. HEX triplet: 42, 83 and 6E. RGB value is (66,131,110). Sum of RGB (Red+Green+Blue) = 66+131+110=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #42836E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42836E is #BD7C91. Grayscale: #6D6D6D. Windows color (decimal): -12418194 or 7242562. OLE color: 7242562.

HSL color Cylindrical-coordinate representation of color #42836E: hue angle of 160.62º 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 #42836E is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 131 110 -
CMYK 0.50 0 0.16 0.49
HSL 160.62º 0.33% 0.39% -
HSV(B) 160.62º 0.5% 0.51% -
XYZ 13.18 18.52 17.63 -
YUV 109.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 66 131 110 0.50 0 0.16 0.49 160.62 0.33 0.39
Hex 42 83 6E 32 0 10 31 A1 21 27
Octal 102 203 156 62 0 20 61 241 41 47
Binary 1000010 10000011 1101110 110010 0 10000 110001 10100001 100001 100111

Color Harmonies of #42836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42836E

Black with #42836E

Text Example


Text Example

White with #42836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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