Html Css Color HEX #53764C Fern Green

📋 copy color: '#53764C'

red 83 ◦ green 118 ◦ blue 76

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

Shades of Fern Green #53764C

Tints of Fern Green #53764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.6%

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

R = 29.96%
G = 42.6%
B = 27.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#53764C (or 0x53764C) is known color: Fern Green. HEX triplet: 53, 76 and 4C. RGB value is (83,118,76). Sum of RGB (Red+Green+Blue) = 83+118+76=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #53764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53764C is #AC89B3. Grayscale: #666666. Windows color (decimal): -11307444 or 5011027. OLE color: 5011027.

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

Color convert

RGB 83 118 76 -
CMYK 0.30 0 0.36 0.54
HSL 110º 0.22% 0.38% -
HSV(B) 110º 0.36% 0.46% -
XYZ 11.35 15.32 9.2 -
YUV 102.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 83 118 76 0.30 0 0.36 0.54 110 0.22 0.38
Hex 53 76 4C 1E 0 24 36 6E 16 26
Octal 123 166 114 36 0 44 66 156 26 46
Binary 1010011 1110110 1001100 11110 0 100100 110110 1101110 10110 100110

Color Harmonies of #53764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53764C

Black with #53764C

Text Example


Text Example

White with #53764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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