Html Css Color HEX #537C13 Green Leaf

📋 copy color: '#537C13'

red 83 ◦ green 124 ◦ blue 19

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

Shades of Green Leaf #537C13

Tints of Green Leaf #537C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.41%

R = 36.73%
G = 54.87%
B = 8.41%

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

#537C13 (or 0x537C13) is known color: Green Leaf. HEX triplet: 53, 7C and 13. RGB value is (83,124,19). Sum of RGB (Red+Green+Blue) = 83+124+19=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #537C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537C13 is #AC83EC. Grayscale: #646464. Windows color (decimal): -11305965 or 1277011. OLE color: 1277011.

HSL color Cylindrical-coordinate representation of color #537C13: hue angle of 83.43º degrees, saturation: 0.73, 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 #537C13 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 124 19 -
CMYK 0.33 0 0.85 0.51
HSL 83.43º 0.73% 0.28% -
HSV(B) 83.43º 0.85% 0.49% -
XYZ 10.89 16.3 3.19 -
YUV 99.77 82.42 116.04 -
System Red Green Blue C M Y K H S L
Decimal 83 124 19 0.33 0 0.85 0.51 83.43 0.73 0.28
Hex 53 7C 13 21 0 55 33 53 49 1C
Octal 123 174 23 41 0 125 63 123 111 34
Binary 1010011 1111100 10011 100001 0 1010101 110011 1010011 1001001 11100

Color Harmonies of #537C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C13

Black with #537C13

Text Example


Text Example

White with #537C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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