Html Css Color HEX #529338 La Palma

📋 copy color: '#529338'

red 82 ◦ green 147 ◦ blue 56

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

Shades of La Palma #529338

Tints of La Palma #529338

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.58%

 BLUE value IS 56 (22.27% from 255) = 19.65%

R = 28.77%
G = 51.58%
B = 19.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#529338 (or 0x529338) is known color: La Palma. HEX triplet: 52, 93 and 38. RGB value is (82,147,56). Sum of RGB (Red+Green+Blue) = 82+147+56=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #529338 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529338 is #AD6CC7. Grayscale: #757575. Windows color (decimal): -11365576 or 3707730. OLE color: 3707730.

HSL color Cylindrical-coordinate representation of color #529338: hue angle of 102.86º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #529338 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 147 56 -
CMYK 0.44 0 0.62 0.42
HSL 102.86º 0.45% 0.4% -
HSV(B) 102.86º 0.62% 0.58% -
XYZ 14.63 22.95 7.4 -
YUV 117.19 93.47 102.9 -
System Red Green Blue C M Y K H S L
Decimal 82 147 56 0.44 0 0.62 0.42 102.86 0.45 0.4
Hex 52 93 38 2C 0 3E 2A 67 2D 28
Octal 122 223 70 54 0 76 52 147 55 50
Binary 1010010 10010011 111000 101100 0 111110 101010 1100111 101101 101000

Color Harmonies of #529338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529338

Black with #529338

Text Example


Text Example

White with #529338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529338; }

 p { color: rgb(82,147,56); }

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

background-color css

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

 a { background-color: rgb(82,147,56); }

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

border-color css

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

 span { border-color: rgb(82,147,56); }

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