Html Css Color HEX #537226 Green Leaf

📋 copy color: '#537226'

red 83 ◦ green 114 ◦ blue 38

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

Shades of Green Leaf #537226

Tints of Green Leaf #537226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.17%

R = 35.32%
G = 48.51%
B = 16.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#537226 (or 0x537226) is known color: Green Leaf. HEX triplet: 53, 72 and 26. RGB value is (83,114,38). Sum of RGB (Red+Green+Blue) = 83+114+38=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #537226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537226 is #AC8DD9. Grayscale: #606060. Windows color (decimal): -11308506 or 2519635. OLE color: 2519635.

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

Color convert

RGB 83 114 38 -
CMYK 0.27 0 0.67 0.55
HSL 84.47º 0.5% 0.3% -
HSV(B) 84.47º 0.67% 0.45% -
XYZ 9.93 14.01 4.02 -
YUV 96.07 95.23 118.68 -
System Red Green Blue C M Y K H S L
Decimal 83 114 38 0.27 0 0.67 0.55 84.47 0.5 0.3
Hex 53 72 26 1B 0 43 37 54 32 1E
Octal 123 162 46 33 0 103 67 124 62 36
Binary 1010011 1110010 100110 11011 0 1000011 110111 1010100 110010 11110

Color Harmonies of #537226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537226

Black with #537226

Text Example


Text Example

White with #537226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537226; }

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

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

background-color css

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

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

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

border-color css

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

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

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