Html Css Color HEX #529335 La Palma

📋 copy color: '#529335'

red 82 ◦ green 147 ◦ blue 53

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

Shades of La Palma #529335

Tints of La Palma #529335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.79%

R = 29.08%
G = 52.13%
B = 18.79%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#529335 (or 0x529335) is known color: La Palma. HEX triplet: 52, 93 and 35. RGB value is (82,147,53). Sum of RGB (Red+Green+Blue) = 82+147+53=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #529335 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529335 is #AD6CCA. Grayscale: #757575. Windows color (decimal): -11365579 or 3511122. OLE color: 3511122.

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

Color convert

RGB 82 147 53 -
CMYK 0.44 0 0.64 0.42
HSL 101.49º 0.47% 0.39% -
HSV(B) 101.49º 0.64% 0.58% -
XYZ 14.56 22.92 7.02 -
YUV 116.85 91.97 103.14 -
System Red Green Blue C M Y K H S L
Decimal 82 147 53 0.44 0 0.64 0.42 101.49 0.47 0.39
Hex 52 93 35 2C 0 40 2A 65 2F 27
Octal 122 223 65 54 0 100 52 145 57 47
Binary 1010010 10010011 110101 101100 0 1000000 101010 1100101 101111 100111

Color Harmonies of #529335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529335

Black with #529335

Text Example


Text Example

White with #529335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529335; }

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

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

background-color css

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

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

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

border-color css

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

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

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