Html Css Color HEX #52833F Fern Green

📋 copy color: '#52833F'

red 82 ◦ green 131 ◦ blue 63

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

Shades of Fern Green #52833F

Tints of Fern Green #52833F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.46%

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

R = 29.71%
G = 47.46%
B = 22.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#52833F (or 0x52833F) is known color: Fern Green. HEX triplet: 52, 83 and 3F. RGB value is (82,131,63). Sum of RGB (Red+Green+Blue) = 82+131+63=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #52833F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52833F is #AD7CC0. Grayscale: #6C6C6C. Windows color (decimal): -11369665 or 4162386. OLE color: 4162386.

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

Color convert

RGB 82 131 63 -
CMYK 0.37 0 0.52 0.49
HSL 103.24º 0.35% 0.38% -
HSV(B) 103.24º 0.52% 0.51% -
XYZ 12.49 18.39 7.59 -
YUV 108.6 102.27 109.03 -
System Red Green Blue C M Y K H S L
Decimal 82 131 63 0.37 0 0.52 0.49 103.24 0.35 0.38
Hex 52 83 3F 25 0 34 31 67 23 26
Octal 122 203 77 45 0 64 61 147 43 46
Binary 1010010 10000011 111111 100101 0 110100 110001 1100111 100011 100110

Color Harmonies of #52833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52833F

Black with #52833F

Text Example


Text Example

White with #52833F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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