Html Css Color HEX #528233 Fern Green

📋 copy color: '#528233'

red 82 ◦ green 130 ◦ blue 51

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

Shades of Fern Green #528233

Tints of Fern Green #528233

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.43%

 BLUE value IS 51 (20.31% from 255) = 19.39%

R = 31.18%
G = 49.43%
B = 19.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#528233 (or 0x528233) is known color: Fern Green. HEX triplet: 52, 82 and 33. RGB value is (82,130,51). Sum of RGB (Red+Green+Blue) = 82+130+51=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #528233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528233 is #AD7DCC. Grayscale: #6A6A6A. Windows color (decimal): -11369933 or 3375698. OLE color: 3375698.

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

Color convert

RGB 82 130 51 -
CMYK 0.37 0 0.61 0.49
HSL 96.46º 0.44% 0.35% -
HSV(B) 96.46º 0.61% 0.51% -
XYZ 12.06 18 5.97 -
YUV 106.64 96.6 110.42 -
System Red Green Blue C M Y K H S L
Decimal 82 130 51 0.37 0 0.61 0.49 96.46 0.44 0.35
Hex 52 82 33 25 0 3D 31 60 2C 23
Octal 122 202 63 45 0 75 61 140 54 43
Binary 1010010 10000010 110011 100101 0 111101 110001 1100000 101100 100011

Color Harmonies of #528233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528233

Black with #528233

Text Example


Text Example

White with #528233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528233; }

 p { color: rgb(82,130,51); }

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

background-color css

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

 a { background-color: rgb(82,130,51); }

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

border-color css

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

 span { border-color: rgb(82,130,51); }

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