Html Css Color HEX #537025 Green Leaf

📋 copy color: '#537025'

red 83 ◦ green 112 ◦ blue 37

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

Shades of Green Leaf #537025

Tints of Green Leaf #537025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.95%

R = 35.78%
G = 48.28%
B = 15.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#537025 (or 0x537025) is known color: Green Leaf. HEX triplet: 53, 70 and 25. RGB value is (83,112,37). Sum of RGB (Red+Green+Blue) = 83+112+37=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #537025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537025 is #AC8FDA. Grayscale: #5F5F5F. Windows color (decimal): -11309019 or 2453587. OLE color: 2453587.

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

Color convert

RGB 83 112 37 -
CMYK 0.26 0 0.67 0.56
HSL 83.2º 0.5% 0.29% -
HSV(B) 83.2º 0.67% 0.44% -
XYZ 9.7 13.56 3.86 -
YUV 94.78 95.39 119.6 -
System Red Green Blue C M Y K H S L
Decimal 83 112 37 0.26 0 0.67 0.56 83.2 0.5 0.29
Hex 53 70 25 1A 0 43 38 53 32 1D
Octal 123 160 45 32 0 103 70 123 62 35
Binary 1010011 1110000 100101 11010 0 1000011 111000 1010011 110010 11101

Color Harmonies of #537025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537025

Black with #537025

Text Example


Text Example

White with #537025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537025; }

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

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

background-color css

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

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

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

border-color css

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

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

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