Html Css Color HEX #53824E Fern Green

📋 copy color: '#53824E'

red 83 ◦ green 130 ◦ blue 78

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

Shades of Fern Green #53824E

Tints of Fern Green #53824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.67%

 BLUE value IS 78 (30.86% from 255) = 26.8%

R = 28.52%
G = 44.67%
B = 26.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#53824E (or 0x53824E) is known color: Fern Green. HEX triplet: 53, 82 and 4E. RGB value is (83,130,78). Sum of RGB (Red+Green+Blue) = 83+130+78=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #53824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53824E is #AC7DB1. Grayscale: #6E6E6E. Windows color (decimal): -11304370 or 5145171. OLE color: 5145171.

HSL color Cylindrical-coordinate representation of color #53824E: hue angle of 114.23º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53824E is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 130 78 -
CMYK 0.36 0 0.40 0.49
HSL 114.23º 0.25% 0.41% -
HSV(B) 114.23º 0.4% 0.51% -
XYZ 12.93 18.35 10.07 -
YUV 110.02 109.93 108.73 -
System Red Green Blue C M Y K H S L
Decimal 83 130 78 0.36 0 0.40 0.49 114.23 0.25 0.41
Hex 53 82 4E 24 0 28 31 72 19 29
Octal 123 202 116 44 0 50 61 162 31 51
Binary 1010011 10000010 1001110 100100 0 101000 110001 1110010 11001 101001

Color Harmonies of #53824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53824E

Black with #53824E

Text Example


Text Example

White with #53824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53824E; }

 p { color: rgb(83,130,78); }

 H1.HeaderClassName
 {
   color: #53824E;
 }
 .AnyTagClassName
 {
   color: #53824E;
 }
</style>

background-color css

<style>
 a { background-color: #53824E; }

 a { background-color: rgb(83,130,78); }

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

border-color css

<style>
 span { border-color: #53824E; }

 span { border-color: rgb(83,130,78); }

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