Html Css Color HEX #36836C Viridian

📋 copy color: '#36836C'

red 54 ◦ green 131 ◦ blue 108

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

Shades of Viridian #36836C

Tints of Viridian #36836C

RGB

 RED value IS 54 (21.48% from 255) = 18.43%

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

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

R = 18.43%
G = 44.71%
B = 36.86%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#36836C (or 0x36836C) is known color: Viridian. HEX triplet: 36, 83 and 6C. RGB value is (54,131,108). Sum of RGB (Red+Green+Blue) = 54+131+108=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #36836C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36836C is #C97C93. Grayscale: #696969. Windows color (decimal): -13204628 or 7111478. OLE color: 7111478.

HSL color Cylindrical-coordinate representation of color #36836C: hue angle of 162.08º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36836C is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 131 108 -
CMYK 0.59 0 0.18 0.49
HSL 162.08º 0.42% 0.36% -
HSV(B) 162.08º 0.59% 0.51% -
XYZ 12.34 18.1 17.03 -
YUV 105.36 129.49 91.37 -
System Red Green Blue C M Y K H S L
Decimal 54 131 108 0.59 0 0.18 0.49 162.08 0.42 0.36
Hex 36 83 6C 3B 0 12 31 A2 2A 24
Octal 66 203 154 73 0 22 61 242 52 44
Binary 110110 10000011 1101100 111011 0 10010 110001 10100010 101010 100100

Color Harmonies of #36836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36836C

Black with #36836C

Text Example


Text Example

White with #36836C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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