Html Css Color HEX #42836C Viridian

📋 copy color: '#42836C'

red 66 ◦ green 131 ◦ blue 108

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

Shades of Viridian #42836C

Tints of Viridian #42836C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.41%

R = 21.64%
G = 42.95%
B = 35.41%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#42836C (or 0x42836C) is known color: Viridian. HEX triplet: 42, 83 and 6C. RGB value is (66,131,108). Sum of RGB (Red+Green+Blue) = 66+131+108=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #42836C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42836C is #BD7C93. Grayscale: #6C6C6C. Windows color (decimal): -12418196 or 7111490. OLE color: 7111490.

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

Color convert

RGB 66 131 108 -
CMYK 0.50 0 0.18 0.49
HSL 158.77º 0.33% 0.39% -
HSV(B) 158.77º 0.5% 0.51% -
XYZ 13.07 18.47 17.06 -
YUV 108.94 127.47 97.37 -
System Red Green Blue C M Y K H S L
Decimal 66 131 108 0.50 0 0.18 0.49 158.77 0.33 0.39
Hex 42 83 6C 32 0 12 31 9F 21 27
Octal 102 203 154 62 0 22 61 237 41 47
Binary 1000010 10000011 1101100 110010 0 10010 110001 10011111 100001 100111

Color Harmonies of #42836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42836C

Black with #42836C

Text Example


Text Example

White with #42836C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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