Html Css Color HEX #53704A Fern Green

📋 copy color: '#53704A'

red 83 ◦ green 112 ◦ blue 74

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

Shades of Fern Green #53704A

Tints of Fern Green #53704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.51%

R = 30.86%
G = 41.64%
B = 27.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#53704A (or 0x53704A) is known color: Fern Green. HEX triplet: 53, 70 and 4A. RGB value is (83,112,74). Sum of RGB (Red+Green+Blue) = 83+112+74=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #53704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53704A is #AC8FB5. Grayscale: #636363. Windows color (decimal): -11308982 or 4878419. OLE color: 4878419.

HSL color Cylindrical-coordinate representation of color #53704A: hue angle of 105.79º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53704A is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 74 -
CMYK 0.26 0 0.34 0.56
HSL 105.79º 0.2% 0.36% -
HSV(B) 105.79º 0.34% 0.44% -
XYZ 10.6 13.92 8.61 -
YUV 99 113.89 116.59 -
System Red Green Blue C M Y K H S L
Decimal 83 112 74 0.26 0 0.34 0.56 105.79 0.2 0.36
Hex 53 70 4A 1A 0 22 38 6A 14 24
Octal 123 160 112 32 0 42 70 152 24 44
Binary 1010011 1110000 1001010 11010 0 100010 111000 1101010 10100 100100

Color Harmonies of #53704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53704A

Black with #53704A

Text Example


Text Example

White with #53704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53704A; }

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

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

background-color css

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

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

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

border-color css

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

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

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