Html Css Color HEX #537A13 Green Leaf

📋 copy color: '#537A13'

red 83 ◦ green 122 ◦ blue 19

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

Shades of Green Leaf #537A13

Tints of Green Leaf #537A13

RGB

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

 GREEN value IS 122 (48.05% from 255) = 54.46%

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

R = 37.05%
G = 54.46%
B = 8.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#537A13 (or 0x537A13) is known color: Green Leaf. HEX triplet: 53, 7A and 13. RGB value is (83,122,19). Sum of RGB (Red+Green+Blue) = 83+122+19=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 122 (48.05% from 255 or 54.46% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 122 - color contains mainly: green. Hex color #537A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537A13 is #AC85EC. Grayscale: #626262. Windows color (decimal): -11306477 or 1276499. OLE color: 1276499.

HSL color Cylindrical-coordinate representation of color #537A13: hue angle of 82.72º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #537A13 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 122 19 -
CMYK 0.32 0 0.84 0.52
HSL 82.72º 0.73% 0.28% -
HSV(B) 82.72º 0.84% 0.48% -
XYZ 10.64 15.81 3.11 -
YUV 98.6 83.08 116.88 -
System Red Green Blue C M Y K H S L
Decimal 83 122 19 0.32 0 0.84 0.52 82.72 0.73 0.28
Hex 53 7A 13 20 0 54 34 53 49 1C
Octal 123 172 23 40 0 124 64 123 111 34
Binary 1010011 1111010 10011 100000 0 1010100 110100 1010011 1001001 11100

Color Harmonies of #537A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537A13

Black with #537A13

Text Example


Text Example

White with #537A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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