Html Css Color HEX #52903F Fern Green

📋 copy color: '#52903F'

red 82 ◦ green 144 ◦ blue 63

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

Shades of Fern Green #52903F

Tints of Fern Green #52903F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.83%

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

R = 28.37%
G = 49.83%
B = 21.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#52903F (or 0x52903F) is known color: Fern Green. HEX triplet: 52, 90 and 3F. RGB value is (82,144,63). Sum of RGB (Red+Green+Blue) = 82+144+63=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #52903F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52903F is #AD6FC0. Grayscale: #747474. Windows color (decimal): -11366337 or 4165714. OLE color: 4165714.

HSL color Cylindrical-coordinate representation of color #52903F: hue angle of 105.93º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52903F is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 144 63 -
CMYK 0.43 0 0.56 0.44
HSL 105.93º 0.39% 0.41% -
HSV(B) 105.93º 0.56% 0.56% -
XYZ 14.35 22.1 8.21 -
YUV 116.23 97.96 103.59 -
System Red Green Blue C M Y K H S L
Decimal 82 144 63 0.43 0 0.56 0.44 105.93 0.39 0.41
Hex 52 90 3F 2B 0 38 2C 6A 27 29
Octal 122 220 77 53 0 70 54 152 47 51
Binary 1010010 10010000 111111 101011 0 111000 101100 1101010 100111 101001

Color Harmonies of #52903F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52903F

Black with #52903F

Text Example


Text Example

White with #52903F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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