Html Css Color HEX #52933F Fern Green

📋 copy color: '#52933F'

red 82 ◦ green 147 ◦ blue 63

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

Shades of Fern Green #52933F

Tints of Fern Green #52933F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.34%

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

R = 28.08%
G = 50.34%
B = 21.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#52933F (or 0x52933F) is known color: Fern Green. HEX triplet: 52, 93 and 3F. RGB value is (82,147,63). Sum of RGB (Red+Green+Blue) = 82+147+63=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #52933F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52933F is #AD6CC0. Grayscale: #767676. Windows color (decimal): -11365569 or 4166482. OLE color: 4166482.

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

Color convert

RGB 82 147 63 -
CMYK 0.44 0 0.57 0.42
HSL 106.43º 0.4% 0.41% -
HSV(B) 106.43º 0.57% 0.58% -
XYZ 14.81 23.02 8.37 -
YUV 117.99 96.97 102.33 -
System Red Green Blue C M Y K H S L
Decimal 82 147 63 0.44 0 0.57 0.42 106.43 0.4 0.41
Hex 52 93 3F 2C 0 39 2A 6A 28 29
Octal 122 223 77 54 0 71 52 152 50 51
Binary 1010010 10010011 111111 101100 0 111001 101010 1101010 101000 101001

Color Harmonies of #52933F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52933F

Black with #52933F

Text Example


Text Example

White with #52933F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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