Html Css Color HEX #537530 Green Leaf

📋 copy color: '#537530'

red 83 ◦ green 117 ◦ blue 48

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

Shades of Green Leaf #537530

Tints of Green Leaf #537530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.18%

 BLUE value IS 48 (19.14% from 255) = 19.35%

R = 33.47%
G = 47.18%
B = 19.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#537530 (or 0x537530) is known color: Green Leaf. HEX triplet: 53, 75 and 30. RGB value is (83,117,48). Sum of RGB (Red+Green+Blue) = 83+117+48=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #537530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537530 is #AC8ACF. Grayscale: #636363. Windows color (decimal): -11307728 or 3175763. OLE color: 3175763.

HSL color Cylindrical-coordinate representation of color #537530: hue angle of 89.57º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #537530 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 117 48 -
CMYK 0.29 0 0.59 0.54
HSL 89.57º 0.42% 0.32% -
HSV(B) 89.57º 0.59% 0.46% -
XYZ 10.46 14.77 5.1 -
YUV 98.97 99.24 116.61 -
System Red Green Blue C M Y K H S L
Decimal 83 117 48 0.29 0 0.59 0.54 89.57 0.42 0.32
Hex 53 75 30 1D 0 3B 36 5A 2A 20
Octal 123 165 60 35 0 73 66 132 52 40
Binary 1010011 1110101 110000 11101 0 111011 110110 1011010 101010 100000

Color Harmonies of #537530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537530

Black with #537530

Text Example


Text Example

White with #537530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537530; }

 p { color: rgb(83,117,48); }

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

background-color css

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

 a { background-color: rgb(83,117,48); }

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

border-color css

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

 span { border-color: rgb(83,117,48); }

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