Html Css Color HEX #53814A Fern Green

📋 copy color: '#53814A'

red 83 ◦ green 129 ◦ blue 74

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

Shades of Fern Green #53814A

Tints of Fern Green #53814A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.1%

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

R = 29.02%
G = 45.1%
B = 25.87%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#53814A (or 0x53814A) is known color: Fern Green. HEX triplet: 53, 81 and 4A. RGB value is (83,129,74). Sum of RGB (Red+Green+Blue) = 83+129+74=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #53814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53814A is #AC7EB5. Grayscale: #6D6D6D. Windows color (decimal): -11304630 or 4882771. OLE color: 4882771.

HSL color Cylindrical-coordinate representation of color #53814A: hue angle of 110.18º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53814A is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 129 74 -
CMYK 0.36 0 0.43 0.49
HSL 110.18º 0.27% 0.4% -
HSV(B) 110.18º 0.43% 0.51% -
XYZ 12.65 18.03 9.29 -
YUV 108.98 108.26 109.47 -
System Red Green Blue C M Y K H S L
Decimal 83 129 74 0.36 0 0.43 0.49 110.18 0.27 0.4
Hex 53 81 4A 24 0 2B 31 6E 1B 28
Octal 123 201 112 44 0 53 61 156 33 50
Binary 1010011 10000001 1001010 100100 0 101011 110001 1101110 11011 101000

Color Harmonies of #53814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53814A

Black with #53814A

Text Example


Text Example

White with #53814A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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