Html Css Color HEX #529438 La Palma

📋 copy color: '#529438'

red 82 ◦ green 148 ◦ blue 56

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

Shades of La Palma #529438

Tints of La Palma #529438

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.75%

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

R = 28.67%
G = 51.75%
B = 19.58%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#529438 (or 0x529438) is known color: La Palma. HEX triplet: 52, 94 and 38. RGB value is (82,148,56). Sum of RGB (Red+Green+Blue) = 82+148+56=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #529438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529438 is #AD6BC7. Grayscale: #767676. Windows color (decimal): -11365320 or 3707986. OLE color: 3707986.

HSL color Cylindrical-coordinate representation of color #529438: hue angle of 103.04º 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 #529438 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 56 -
CMYK 0.45 0 0.62 0.42
HSL 103.04º 0.45% 0.4% -
HSV(B) 103.04º 0.62% 0.58% -
XYZ 14.78 23.26 7.45 -
YUV 117.78 93.13 102.48 -
System Red Green Blue C M Y K H S L
Decimal 82 148 56 0.45 0 0.62 0.42 103.04 0.45 0.4
Hex 52 94 38 2D 0 3E 2A 67 2D 28
Octal 122 224 70 55 0 76 52 147 55 50
Binary 1010010 10010100 111000 101101 0 111110 101010 1100111 101101 101000

Color Harmonies of #529438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529438

Black with #529438

Text Example


Text Example

White with #529438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529438; }

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

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

background-color css

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

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

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

border-color css

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

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

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