Html Css Color HEX #36836B Viridian

📋 copy color: '#36836B'

red 54 ◦ green 131 ◦ blue 107

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

Shades of Viridian #36836B

Tints of Viridian #36836B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.64%

R = 18.49%
G = 44.86%
B = 36.64%

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

#36836B (or 0x36836B) is known color: Viridian. HEX triplet: 36, 83 and 6B. RGB value is (54,131,107). Sum of RGB (Red+Green+Blue) = 54+131+107=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #36836B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36836B is #C97C94. Grayscale: #696969. Windows color (decimal): -13204629 or 7045942. OLE color: 7045942.

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

Color convert

RGB 54 131 107 -
CMYK 0.59 0 0.18 0.49
HSL 161.3º 0.42% 0.36% -
HSV(B) 161.3º 0.59% 0.51% -
XYZ 12.29 18.08 16.75 -
YUV 105.24 128.99 91.45 -
System Red Green Blue C M Y K H S L
Decimal 54 131 107 0.59 0 0.18 0.49 161.3 0.42 0.36
Hex 36 83 6B 3B 0 12 31 A1 2A 24
Octal 66 203 153 73 0 22 61 241 52 44
Binary 110110 10000011 1101011 111011 0 10010 110001 10100001 101010 100100

Color Harmonies of #36836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36836B

Black with #36836B

Text Example


Text Example

White with #36836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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