Html Css Color HEX #529935 La Palma

📋 copy color: '#529935'

red 82 ◦ green 153 ◦ blue 53

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

Shades of La Palma #529935

Tints of La Palma #529935

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.13%

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

R = 28.47%
G = 53.13%
B = 18.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#529935 (or 0x529935) is known color: La Palma. HEX triplet: 52, 99 and 35. RGB value is (82,153,53). Sum of RGB (Red+Green+Blue) = 82+153+53=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #529935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529935 is #AD66CA. Grayscale: #787878. Windows color (decimal): -11364043 or 3512658. OLE color: 3512658.

HSL color Cylindrical-coordinate representation of color #529935: hue angle of 102.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #529935 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 53 -
CMYK 0.46 0 0.65 0.4
HSL 102.6º 0.49% 0.4% -
HSV(B) 102.6º 0.65% 0.6% -
XYZ 15.51 24.83 7.34 -
YUV 120.37 89.98 100.63 -
System Red Green Blue C M Y K H S L
Decimal 82 153 53 0.46 0 0.65 0.4 102.6 0.49 0.4
Hex 52 99 35 2E 0 41 28 67 31 28
Octal 122 231 65 56 0 101 50 147 61 50
Binary 1010010 10011001 110101 101110 0 1000001 101000 1100111 110001 101000

Color Harmonies of #529935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529935

Black with #529935

Text Example


Text Example

White with #529935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529935; }

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

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

background-color css

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

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

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

border-color css

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

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

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