Html Css Color HEX #53913B Fern Green

📋 copy color: '#53913B'

red 83 ◦ green 145 ◦ blue 59

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

Shades of Fern Green #53913B

Tints of Fern Green #53913B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.52%

 BLUE value IS 59 (23.44% from 255) = 20.56%

R = 28.92%
G = 50.52%
B = 20.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#53913B (or 0x53913B) is known color: Fern Green. HEX triplet: 53, 91 and 3B. RGB value is (83,145,59). Sum of RGB (Red+Green+Blue) = 83+145+59=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #53913B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53913B is #AC6EC4. Grayscale: #747474. Windows color (decimal): -11300549 or 3903827. OLE color: 3903827.

HSL color Cylindrical-coordinate representation of color #53913B: hue angle of 103.26º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53913B is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 145 59 -
CMYK 0.43 0 0.59 0.43
HSL 103.26º 0.42% 0.4% -
HSV(B) 103.26º 0.59% 0.57% -
XYZ 14.48 22.41 7.7 -
YUV 116.66 95.46 103.99 -
System Red Green Blue C M Y K H S L
Decimal 83 145 59 0.43 0 0.59 0.43 103.26 0.42 0.4
Hex 53 91 3B 2B 0 3B 2B 67 2A 28
Octal 123 221 73 53 0 73 53 147 52 50
Binary 1010011 10010001 111011 101011 0 111011 101011 1100111 101010 101000

Color Harmonies of #53913B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53913B

Black with #53913B

Text Example


Text Example

White with #53913B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53913B; }

 p { color: rgb(83,145,59); }

 H1.HeaderClassName
 {
   color: #53913B;
 }
 .AnyTagClassName
 {
   color: #53913B;
 }
</style>

background-color css

<style>
 a { background-color: #53913B; }

 a { background-color: rgb(83,145,59); }

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

border-color css

<style>
 span { border-color: #53913B; }

 span { border-color: rgb(83,145,59); }

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