Html Css Color HEX #53844A Fern Green

📋 copy color: '#53844A'

red 83 ◦ green 132 ◦ blue 74

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

Shades of Fern Green #53844A

Tints of Fern Green #53844A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.67%

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

R = 28.72%
G = 45.67%
B = 25.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#53844A (or 0x53844A) is known color: Fern Green. HEX triplet: 53, 84 and 4A. RGB value is (83,132,74). Sum of RGB (Red+Green+Blue) = 83+132+74=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #53844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53844A is #AC7BB5. Grayscale: #6E6E6E. Windows color (decimal): -11303862 or 4883539. OLE color: 4883539.

HSL color Cylindrical-coordinate representation of color #53844A: hue angle of 110.69º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53844A is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 132 74 -
CMYK 0.37 0 0.44 0.48
HSL 110.69º 0.28% 0.4% -
HSV(B) 110.69º 0.44% 0.52% -
XYZ 13.05 18.84 9.43 -
YUV 110.74 107.27 108.22 -
System Red Green Blue C M Y K H S L
Decimal 83 132 74 0.37 0 0.44 0.48 110.69 0.28 0.4
Hex 53 84 4A 25 0 2C 30 6F 1C 28
Octal 123 204 112 45 0 54 60 157 34 50
Binary 1010011 10000100 1001010 100101 0 101100 110000 1101111 11100 101000

Color Harmonies of #53844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53844A

Black with #53844A

Text Example


Text Example

White with #53844A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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