Html Css Color HEX #537C12 Green Leaf

📋 copy color: '#537C12'

red 83 ◦ green 124 ◦ blue 18

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

Shades of Green Leaf #537C12

Tints of Green Leaf #537C12

RGB

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

 GREEN value IS 124 (48.83% from 255) = 55.11%

 BLUE value IS 18 (7.42% from 255) = 8%

R = 36.89%
G = 55.11%
B = 8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#537C12 (or 0x537C12) is known color: Green Leaf. HEX triplet: 53, 7C and 12. RGB value is (83,124,18). Sum of RGB (Red+Green+Blue) = 83+124+18=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #537C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537C12 is #AC83ED. Grayscale: #646464. Windows color (decimal): -11305966 or 1211475. OLE color: 1211475.

HSL color Cylindrical-coordinate representation of color #537C12: hue angle of 83.21º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #537C12 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 124 18 -
CMYK 0.33 0 0.85 0.51
HSL 83.21º 0.75% 0.28% -
HSV(B) 83.21º 0.85% 0.49% -
XYZ 10.88 16.3 3.14 -
YUV 99.66 81.92 116.12 -
System Red Green Blue C M Y K H S L
Decimal 83 124 18 0.33 0 0.85 0.51 83.21 0.75 0.28
Hex 53 7C 12 21 0 55 33 53 4B 1C
Octal 123 174 22 41 0 125 63 123 113 34
Binary 1010011 1111100 10010 100001 0 1010101 110011 1010011 1001011 11100

Color Harmonies of #537C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C12

Black with #537C12

Text Example


Text Example

White with #537C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537C12; }

 p { color: rgb(83,124,18); }

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

background-color css

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

 a { background-color: rgb(83,124,18); }

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

border-color css

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

 span { border-color: rgb(83,124,18); }

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