Html Css Color HEX #537C34 Fern Green

📋 copy color: '#537C34'

red 83 ◦ green 124 ◦ blue 52

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

Shades of Fern Green #537C34

Tints of Fern Green #537C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.08%

R = 32.05%
G = 47.88%
B = 20.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#537C34 (or 0x537C34) is known color: Fern Green. HEX triplet: 53, 7C and 34. RGB value is (83,124,52). Sum of RGB (Red+Green+Blue) = 83+124+52=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 124 - color contains mainly: green. Hex color #537C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537C34 is #AC83CB. Grayscale: #676767. Windows color (decimal): -11305932 or 3439699. OLE color: 3439699.

HSL color Cylindrical-coordinate representation of color #537C34: hue angle of 94.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #537C34 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 124 52 -
CMYK 0.33 0 0.58 0.51
HSL 94.17º 0.41% 0.35% -
HSV(B) 94.17º 0.58% 0.49% -
XYZ 11.39 16.5 5.83 -
YUV 103.53 98.92 113.35 -
System Red Green Blue C M Y K H S L
Decimal 83 124 52 0.33 0 0.58 0.51 94.17 0.41 0.35
Hex 53 7C 34 21 0 3A 33 5E 29 23
Octal 123 174 64 41 0 72 63 136 51 43
Binary 1010011 1111100 110100 100001 0 111010 110011 1011110 101001 100011

Color Harmonies of #537C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C34

Black with #537C34

Text Example


Text Example

White with #537C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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