Html Css Color HEX #53754C Fern Green

📋 copy color: '#53754C'

red 83 ◦ green 117 ◦ blue 76

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

Shades of Fern Green #53754C

Tints of Fern Green #53754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.39%

 BLUE value IS 76 (30.08% from 255) = 27.54%

R = 30.07%
G = 42.39%
B = 27.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#53754C (or 0x53754C) is known color: Fern Green. HEX triplet: 53, 75 and 4C. RGB value is (83,117,76). Sum of RGB (Red+Green+Blue) = 83+117+76=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #53754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53754C is #AC8AB3. Grayscale: #666666. Windows color (decimal): -11307700 or 5010771. OLE color: 5010771.

HSL color Cylindrical-coordinate representation of color #53754C: hue angle of 109.76º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53754C is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 117 76 -
CMYK 0.29 0 0.35 0.54
HSL 109.76º 0.21% 0.38% -
HSV(B) 109.76º 0.35% 0.46% -
XYZ 11.23 15.08 9.16 -
YUV 102.16 113.24 114.33 -
System Red Green Blue C M Y K H S L
Decimal 83 117 76 0.29 0 0.35 0.54 109.76 0.21 0.38
Hex 53 75 4C 1D 0 23 36 6E 15 26
Octal 123 165 114 35 0 43 66 156 25 46
Binary 1010011 1110101 1001100 11101 0 100011 110110 1101110 10101 100110

Color Harmonies of #53754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53754C

Black with #53754C

Text Example


Text Example

White with #53754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53754C; }

 p { color: rgb(83,117,76); }

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

background-color css

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

 a { background-color: rgb(83,117,76); }

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

border-color css

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

 span { border-color: rgb(83,117,76); }

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