Html Css Color HEX #537230 Green Leaf

📋 copy color: '#537230'

red 83 ◦ green 114 ◦ blue 48

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

Shades of Green Leaf #537230

Tints of Green Leaf #537230

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.53%

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

R = 33.88%
G = 46.53%
B = 19.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#537230 (or 0x537230) is known color: Green Leaf. HEX triplet: 53, 72 and 30. RGB value is (83,114,48). Sum of RGB (Red+Green+Blue) = 83+114+48=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #537230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537230 is #AC8DCF. Grayscale: #616161. Windows color (decimal): -11308496 or 3174995. OLE color: 3174995.

HSL color Cylindrical-coordinate representation of color #537230: hue angle of 88.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #537230 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 114 48 -
CMYK 0.27 0 0.58 0.55
HSL 88.18º 0.41% 0.32% -
HSV(B) 88.18º 0.58% 0.45% -
XYZ 10.12 14.09 4.98 -
YUV 97.21 100.23 117.87 -
System Red Green Blue C M Y K H S L
Decimal 83 114 48 0.27 0 0.58 0.55 88.18 0.41 0.32
Hex 53 72 30 1B 0 3A 37 58 29 20
Octal 123 162 60 33 0 72 67 130 51 40
Binary 1010011 1110010 110000 11011 0 111010 110111 1011000 101001 100000

Color Harmonies of #537230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537230

Black with #537230

Text Example


Text Example

White with #537230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537230; }

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

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

background-color css

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

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

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

border-color css

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

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

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