Html Css Color HEX #53753F Fern Green

📋 copy color: '#53753F'

red 83 ◦ green 117 ◦ blue 63

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

Shades of Fern Green #53753F

Tints of Fern Green #53753F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.95%

R = 31.56%
G = 44.49%
B = 23.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#53753F (or 0x53753F) is known color: Fern Green. HEX triplet: 53, 75 and 3F. RGB value is (83,117,63). Sum of RGB (Red+Green+Blue) = 83+117+63=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #53753F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53753F is #AC8AC0. Grayscale: #646464. Windows color (decimal): -11307713 or 4158803. OLE color: 4158803.

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

Color convert

RGB 83 117 63 -
CMYK 0.29 0 0.46 0.54
HSL 97.78º 0.3% 0.35% -
HSV(B) 97.78º 0.46% 0.46% -
XYZ 10.83 14.92 7.01 -
YUV 100.68 106.74 115.39 -
System Red Green Blue C M Y K H S L
Decimal 83 117 63 0.29 0 0.46 0.54 97.78 0.3 0.35
Hex 53 75 3F 1D 0 2E 36 62 1E 23
Octal 123 165 77 35 0 56 66 142 36 43
Binary 1010011 1110101 111111 11101 0 101110 110110 1100010 11110 100011

Color Harmonies of #53753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53753F

Black with #53753F

Text Example


Text Example

White with #53753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53753F; }

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

 H1.HeaderClassName
 {
   color: #53753F;
 }
 .AnyTagClassName
 {
   color: #53753F;
 }
</style>

background-color css

<style>
 a { background-color: #53753F; }

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

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

border-color css

<style>
 span { border-color: #53753F; }

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

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