Html Css Color HEX #36836F Viridian

📋 copy color: '#36836F'

red 54 ◦ green 131 ◦ blue 111

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

Shades of Viridian #36836F

Tints of Viridian #36836F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.5%

R = 18.24%
G = 44.26%
B = 37.5%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#36836F (or 0x36836F) is known color: Viridian. HEX triplet: 36, 83 and 6F. RGB value is (54,131,111). Sum of RGB (Red+Green+Blue) = 54+131+111=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #36836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36836F is #C97C90. Grayscale: #696969. Windows color (decimal): -13204625 or 7308086. OLE color: 7308086.

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

Color convert

RGB 54 131 111 -
CMYK 0.59 0 0.15 0.49
HSL 164.42º 0.42% 0.36% -
HSV(B) 164.42º 0.59% 0.51% -
XYZ 12.51 18.16 17.89 -
YUV 105.7 130.99 91.13 -
System Red Green Blue C M Y K H S L
Decimal 54 131 111 0.59 0 0.15 0.49 164.42 0.42 0.36
Hex 36 83 6F 3B 0 F 31 A4 2A 24
Octal 66 203 157 73 0 17 61 244 52 44
Binary 110110 10000011 1101111 111011 0 1111 110001 10100100 101010 100100

Color Harmonies of #36836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36836F

Black with #36836F

Text Example


Text Example

White with #36836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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