Html Css Color HEX #537A48 Fern Green

📋 copy color: '#537A48'

red 83 ◦ green 122 ◦ blue 72

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

Shades of Fern Green #537A48

Tints of Fern Green #537A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.99%

R = 29.96%
G = 44.04%
B = 25.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#537A48 (or 0x537A48) is known color: Fern Green. HEX triplet: 53, 7A and 48. RGB value is (83,122,72). Sum of RGB (Red+Green+Blue) = 83+122+72=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #537A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537A48 is #AC85B7. Grayscale: #686868. Windows color (decimal): -11306424 or 4749907. OLE color: 4749907.

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

Color convert

RGB 83 122 72 -
CMYK 0.32 0 0.41 0.52
HSL 106.8º 0.26% 0.38% -
HSV(B) 106.8º 0.41% 0.48% -
XYZ 11.7 16.23 8.65 -
YUV 104.64 109.58 112.57 -
System Red Green Blue C M Y K H S L
Decimal 83 122 72 0.32 0 0.41 0.52 106.8 0.26 0.38
Hex 53 7A 48 20 0 29 34 6B 1A 26
Octal 123 172 110 40 0 51 64 153 32 46
Binary 1010011 1111010 1001000 100000 0 101001 110100 1101011 11010 100110

Color Harmonies of #537A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537A48

Black with #537A48

Text Example


Text Example

White with #537A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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