Html Css Color HEX #52833A Fern Green

📋 copy color: '#52833A'

red 82 ◦ green 131 ◦ blue 58

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

Shades of Fern Green #52833A

Tints of Fern Green #52833A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.4%

R = 30.26%
G = 48.34%
B = 21.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#52833A (or 0x52833A) is known color: Fern Green. HEX triplet: 52, 83 and 3A. RGB value is (82,131,58). Sum of RGB (Red+Green+Blue) = 82+131+58=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #52833A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52833A is #AD7CC5. Grayscale: #6C6C6C. Windows color (decimal): -11369670 or 3834706. OLE color: 3834706.

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

Color convert

RGB 82 131 58 -
CMYK 0.37 0 0.56 0.49
HSL 100.27º 0.39% 0.37% -
HSV(B) 100.27º 0.56% 0.51% -
XYZ 12.36 18.33 6.89 -
YUV 108.03 99.77 109.44 -
System Red Green Blue C M Y K H S L
Decimal 82 131 58 0.37 0 0.56 0.49 100.27 0.39 0.37
Hex 52 83 3A 25 0 38 31 64 27 25
Octal 122 203 72 45 0 70 61 144 47 45
Binary 1010010 10000011 111010 100101 0 111000 110001 1100100 100111 100101

Color Harmonies of #52833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52833A

Black with #52833A

Text Example


Text Example

White with #52833A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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