Html Css Color HEX #53813D Fern Green

📋 copy color: '#53813D'

red 83 ◦ green 129 ◦ blue 61

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

Shades of Fern Green #53813D

Tints of Fern Green #53813D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.34%

R = 30.4%
G = 47.25%
B = 22.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#53813D (or 0x53813D) is known color: Fern Green. HEX triplet: 53, 81 and 3D. RGB value is (83,129,61). Sum of RGB (Red+Green+Blue) = 83+129+61=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #53813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53813D is #AC7EC2. Grayscale: #6B6B6B. Windows color (decimal): -11304643 or 4030803. OLE color: 4030803.

HSL color Cylindrical-coordinate representation of color #53813D: hue angle of 100.59º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53813D is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 129 61 -
CMYK 0.36 0 0.53 0.49
HSL 100.59º 0.36% 0.37% -
HSV(B) 100.59º 0.53% 0.51% -
XYZ 12.26 17.88 7.22 -
YUV 107.49 101.76 110.53 -
System Red Green Blue C M Y K H S L
Decimal 83 129 61 0.36 0 0.53 0.49 100.59 0.36 0.37
Hex 53 81 3D 24 0 35 31 65 24 25
Octal 123 201 75 44 0 65 61 145 44 45
Binary 1010011 10000001 111101 100100 0 110101 110001 1100101 100100 100101

Color Harmonies of #53813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53813D

Black with #53813D

Text Example


Text Example

White with #53813D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53813D; }

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

 H1.HeaderClassName
 {
   color: #53813D;
 }
 .AnyTagClassName
 {
   color: #53813D;
 }
</style>

background-color css

<style>
 a { background-color: #53813D; }

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

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

border-color css

<style>
 span { border-color: #53813D; }

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

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