Html Css Color HEX #53813A Fern Green

📋 copy color: '#53813A'

red 83 ◦ green 129 ◦ blue 58

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

Shades of Fern Green #53813A

Tints of Fern Green #53813A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.48%

R = 30.74%
G = 47.78%
B = 21.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#53813A (or 0x53813A) is known color: Fern Green. HEX triplet: 53, 81 and 3A. RGB value is (83,129,58). Sum of RGB (Red+Green+Blue) = 83+129+58=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #53813A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53813A is #AC7EC5. Grayscale: #6B6B6B. Windows color (decimal): -11304646 or 3834195. OLE color: 3834195.

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

Color convert

RGB 83 129 58 -
CMYK 0.36 0 0.55 0.49
HSL 98.87º 0.38% 0.37% -
HSV(B) 98.87º 0.55% 0.51% -
XYZ 12.18 17.85 6.81 -
YUV 107.15 100.26 110.77 -
System Red Green Blue C M Y K H S L
Decimal 83 129 58 0.36 0 0.55 0.49 98.87 0.38 0.37
Hex 53 81 3A 24 0 37 31 63 26 25
Octal 123 201 72 44 0 67 61 143 46 45
Binary 1010011 10000001 111010 100100 0 110111 110001 1100011 100110 100101

Color Harmonies of #53813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53813A

Black with #53813A

Text Example


Text Example

White with #53813A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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