Html Css Color HEX #529233 La Palma

📋 copy color: '#529233'

red 82 ◦ green 146 ◦ blue 51

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

Shades of La Palma #529233

Tints of La Palma #529233

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.33%

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

R = 29.39%
G = 52.33%
B = 18.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#529233 (or 0x529233) is known color: La Palma. HEX triplet: 52, 92 and 33. RGB value is (82,146,51). Sum of RGB (Red+Green+Blue) = 82+146+51=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #529233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529233 is #AD6DCC. Grayscale: #747474. Windows color (decimal): -11365837 or 3379794. OLE color: 3379794.

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

Color convert

RGB 82 146 51 -
CMYK 0.44 0 0.65 0.43
HSL 100.42º 0.48% 0.39% -
HSV(B) 100.42º 0.65% 0.57% -
XYZ 14.36 22.59 6.74 -
YUV 116.03 91.3 103.72 -
System Red Green Blue C M Y K H S L
Decimal 82 146 51 0.44 0 0.65 0.43 100.42 0.48 0.39
Hex 52 92 33 2C 0 41 2B 64 30 27
Octal 122 222 63 54 0 101 53 144 60 47
Binary 1010010 10010010 110011 101100 0 1000001 101011 1100100 110000 100111

Color Harmonies of #529233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529233

Black with #529233

Text Example


Text Example

White with #529233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529233; }

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

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

background-color css

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

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

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

border-color css

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

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

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