Html Css Color HEX #529638 La Palma

📋 copy color: '#529638'

red 82 ◦ green 150 ◦ blue 56

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

Shades of La Palma #529638

Tints of La Palma #529638

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.08%

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

R = 28.47%
G = 52.08%
B = 19.44%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#529638 (or 0x529638) is known color: La Palma. HEX triplet: 52, 96 and 38. RGB value is (82,150,56). Sum of RGB (Red+Green+Blue) = 82+150+56=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #529638 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529638 is #AD69C7. Grayscale: #777777. Windows color (decimal): -11364808 or 3708498. OLE color: 3708498.

HSL color Cylindrical-coordinate representation of color #529638: hue angle of 103.4º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #529638 is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 150 56 -
CMYK 0.45 0 0.63 0.41
HSL 103.4º 0.46% 0.4% -
HSV(B) 103.4º 0.63% 0.59% -
XYZ 15.1 23.89 7.56 -
YUV 118.95 92.47 101.64 -
System Red Green Blue C M Y K H S L
Decimal 82 150 56 0.45 0 0.63 0.41 103.4 0.46 0.4
Hex 52 96 38 2D 0 3F 29 67 2E 28
Octal 122 226 70 55 0 77 51 147 56 50
Binary 1010010 10010110 111000 101101 0 111111 101001 1100111 101110 101000

Color Harmonies of #529638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529638

Black with #529638

Text Example


Text Example

White with #529638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529638; }

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

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

background-color css

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

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

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

border-color css

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

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

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