Html Css Color HEX #536A25 Green Leaf

📋 copy color: '#536A25'

red 83 ◦ green 106 ◦ blue 37

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

Shades of Green Leaf #536A25

Tints of Green Leaf #536A25

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.9%

 BLUE value IS 37 (14.84% from 255) = 16.37%

R = 36.73%
G = 46.9%
B = 16.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#536A25 (or 0x536A25) is known color: Green Leaf. HEX triplet: 53, 6A and 25. RGB value is (83,106,37). Sum of RGB (Red+Green+Blue) = 83+106+37=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 106 (41.80% from 255 or 46.90% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 106 - color contains mainly: green. Hex color #536A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536A25 is #AC95DA. Grayscale: #5B5B5B. Windows color (decimal): -11310555 or 2452051. OLE color: 2452051.

HSL color Cylindrical-coordinate representation of color #536A25: hue angle of 80º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #536A25 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 106 37 -
CMYK 0.22 0 0.65 0.58
HSL 80º 0.48% 0.28% -
HSV(B) 80º 0.65% 0.42% -
XYZ 9.06 12.28 3.64 -
YUV 91.26 97.38 122.11 -
System Red Green Blue C M Y K H S L
Decimal 83 106 37 0.22 0 0.65 0.58 80 0.48 0.28
Hex 53 6A 25 16 0 41 3A 50 30 1C
Octal 123 152 45 26 0 101 72 120 60 34
Binary 1010011 1101010 100101 10110 0 1000001 111010 1010000 110000 11100

Color Harmonies of #536A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536A25

Black with #536A25

Text Example


Text Example

White with #536A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,106,37); }

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

background-color css

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

 a { background-color: rgb(83,106,37); }

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

border-color css

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

 span { border-color: rgb(83,106,37); }

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