Html Css Color HEX #529738 La Palma

📋 copy color: '#529738'

red 82 ◦ green 151 ◦ blue 56

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

Shades of La Palma #529738

Tints of La Palma #529738

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.25%

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

R = 28.37%
G = 52.25%
B = 19.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#529738 (or 0x529738) is known color: La Palma. HEX triplet: 52, 97 and 38. RGB value is (82,151,56). Sum of RGB (Red+Green+Blue) = 82+151+56=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #529738 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529738 is #AD68C7. Grayscale: #777777. Windows color (decimal): -11364552 or 3708754. OLE color: 3708754.

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

Color convert

RGB 82 151 56 -
CMYK 0.46 0 0.63 0.41
HSL 103.58º 0.46% 0.41% -
HSV(B) 103.58º 0.63% 0.59% -
XYZ 15.26 24.21 7.61 -
YUV 119.54 92.14 101.22 -
System Red Green Blue C M Y K H S L
Decimal 82 151 56 0.46 0 0.63 0.41 103.58 0.46 0.41
Hex 52 97 38 2E 0 3F 29 68 2E 29
Octal 122 227 70 56 0 77 51 150 56 51
Binary 1010010 10010111 111000 101110 0 111111 101001 1101000 101110 101001

Color Harmonies of #529738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529738

Black with #529738

Text Example


Text Example

White with #529738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529738; }

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

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

background-color css

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

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

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

border-color css

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

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

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