Html Css Color HEX #537030 Green Leaf

📋 copy color: '#537030'

red 83 ◦ green 112 ◦ blue 48

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

Shades of Green Leaf #537030

Tints of Green Leaf #537030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.09%

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

R = 34.16%
G = 46.09%
B = 19.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#537030 (or 0x537030) is known color: Green Leaf. HEX triplet: 53, 70 and 30. RGB value is (83,112,48). Sum of RGB (Red+Green+Blue) = 83+112+48=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #537030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537030 is #AC8FCF. Grayscale: #606060. Windows color (decimal): -11309008 or 3174483. OLE color: 3174483.

HSL color Cylindrical-coordinate representation of color #537030: hue angle of 87.19º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #537030 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 48 -
CMYK 0.26 0 0.57 0.56
HSL 87.19º 0.4% 0.31% -
HSV(B) 87.19º 0.57% 0.44% -
XYZ 9.89 13.64 4.91 -
YUV 96.03 100.89 118.7 -
System Red Green Blue C M Y K H S L
Decimal 83 112 48 0.26 0 0.57 0.56 87.19 0.4 0.31
Hex 53 70 30 1A 0 39 38 57 28 1F
Octal 123 160 60 32 0 71 70 127 50 37
Binary 1010011 1110000 110000 11010 0 111001 111000 1010111 101000 11111

Color Harmonies of #537030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537030

Black with #537030

Text Example


Text Example

White with #537030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537030; }

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

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

background-color css

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

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

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

border-color css

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

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

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