Html Css Color HEX #52953F Fern Green

📋 copy color: '#52953F'

red 82 ◦ green 149 ◦ blue 63

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

Shades of Fern Green #52953F

Tints of Fern Green #52953F

RGB

 RED value IS 82 (32.42% from 255) = 27.89%

 GREEN value IS 149 (58.59% from 255) = 50.68%

 BLUE value IS 63 (25% from 255) = 21.43%

R = 27.89%
G = 50.68%
B = 21.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#52953F (or 0x52953F) is known color: Fern Green. HEX triplet: 52, 95 and 3F. RGB value is (82,149,63). Sum of RGB (Red+Green+Blue) = 82+149+63=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #52953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52953F is #AD6AC0. Grayscale: #777777. Windows color (decimal): -11365057 or 4166994. OLE color: 4166994.

HSL color Cylindrical-coordinate representation of color #52953F: hue angle of 106.74º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52953F is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 63 -
CMYK 0.45 0 0.58 0.42
HSL 106.74º 0.41% 0.42% -
HSV(B) 106.74º 0.58% 0.58% -
XYZ 15.12 23.65 8.47 -
YUV 119.16 96.3 101.49 -
System Red Green Blue C M Y K H S L
Decimal 82 149 63 0.45 0 0.58 0.42 106.74 0.41 0.42
Hex 52 95 3F 2D 0 3A 2A 6B 29 2A
Octal 122 225 77 55 0 72 52 153 51 52
Binary 1010010 10010101 111111 101101 0 111010 101010 1101011 101001 101010

Color Harmonies of #52953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52953F

Black with #52953F

Text Example


Text Example

White with #52953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52953F; }

 p { color: rgb(82,149,63); }

 H1.HeaderClassName
 {
   color: #52953F;
 }
 .AnyTagClassName
 {
   color: #52953F;
 }
</style>

background-color css

<style>
 a { background-color: #52953F; }

 a { background-color: rgb(82,149,63); }

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

border-color css

<style>
 span { border-color: #52953F; }

 span { border-color: rgb(82,149,63); }

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