Html Css Color HEX #53714B Fern Green

📋 copy color: '#53714B'

red 83 ◦ green 113 ◦ blue 75

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

Shades of Fern Green #53714B

Tints of Fern Green #53714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.7%

 BLUE value IS 75 (29.69% from 255) = 27.68%

R = 30.63%
G = 41.7%
B = 27.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#53714B (or 0x53714B) is known color: Fern Green. HEX triplet: 53, 71 and 4B. RGB value is (83,113,75). Sum of RGB (Red+Green+Blue) = 83+113+75=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #53714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53714B is #AC8EB4. Grayscale: #636363. Windows color (decimal): -11308725 or 4944211. OLE color: 4944211.

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

Color convert

RGB 83 113 75 -
CMYK 0.27 0 0.34 0.56
HSL 107.37º 0.2% 0.37% -
HSV(B) 107.37º 0.34% 0.44% -
XYZ 10.74 14.16 8.82 -
YUV 99.7 114.06 116.09 -
System Red Green Blue C M Y K H S L
Decimal 83 113 75 0.27 0 0.34 0.56 107.37 0.2 0.37
Hex 53 71 4B 1B 0 22 38 6B 14 25
Octal 123 161 113 33 0 42 70 153 24 45
Binary 1010011 1110001 1001011 11011 0 100010 111000 1101011 10100 100101

Color Harmonies of #53714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53714B

Black with #53714B

Text Example


Text Example

White with #53714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53714B; }

 p { color: rgb(83,113,75); }

 H1.HeaderClassName
 {
   color: #53714B;
 }
 .AnyTagClassName
 {
   color: #53714B;
 }
</style>

background-color css

<style>
 a { background-color: #53714B; }

 a { background-color: rgb(83,113,75); }

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

border-color css

<style>
 span { border-color: #53714B; }

 span { border-color: rgb(83,113,75); }

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