Html Css Color HEX #536C31 Green Leaf

📋 copy color: '#536C31'

red 83 ◦ green 108 ◦ blue 49

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

Shades of Green Leaf #536C31

Tints of Green Leaf #536C31

RGB

 RED value IS 83 (32.81% from 255) = 34.58%

 GREEN value IS 108 (42.58% from 255) = 45%

 BLUE value IS 49 (19.53% from 255) = 20.42%

R = 34.58%
G = 45%
B = 20.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#536C31 (or 0x536C31) is known color: Green Leaf. HEX triplet: 53, 6C and 31. RGB value is (83,108,49). Sum of RGB (Red+Green+Blue) = 83+108+49=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #536C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536C31 is #AC93CE. Grayscale: #5E5E5E. Windows color (decimal): -11310031 or 3238995. OLE color: 3238995.

HSL color Cylindrical-coordinate representation of color #536C31: hue angle of 85.42º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #536C31 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 108 49 -
CMYK 0.23 0 0.55 0.58
HSL 85.42º 0.38% 0.31% -
HSV(B) 85.42º 0.55% 0.42% -
XYZ 9.48 12.79 4.87 -
YUV 93.8 102.72 120.3 -
System Red Green Blue C M Y K H S L
Decimal 83 108 49 0.23 0 0.55 0.58 85.42 0.38 0.31
Hex 53 6C 31 17 0 37 3A 55 26 1F
Octal 123 154 61 27 0 67 72 125 46 37
Binary 1010011 1101100 110001 10111 0 110111 111010 1010101 100110 11111

Color Harmonies of #536C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536C31

Black with #536C31

Text Example


Text Example

White with #536C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536C31; }

 p { color: rgb(83,108,49); }

 H1.HeaderClassName
 {
   color: #536C31;
 }
 .AnyTagClassName
 {
   color: #536C31;
 }
</style>

background-color css

<style>
 a { background-color: #536C31; }

 a { background-color: rgb(83,108,49); }

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

border-color css

<style>
 span { border-color: #536C31; }

 span { border-color: rgb(83,108,49); }

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