Html Css Color HEX #528130 La Palma

📋 copy color: '#528130'

red 82 ◦ green 129 ◦ blue 48

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

Shades of La Palma #528130

Tints of La Palma #528130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.81%

 BLUE value IS 48 (19.14% from 255) = 18.53%

R = 31.66%
G = 49.81%
B = 18.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#528130 (or 0x528130) is known color: La Palma. HEX triplet: 52, 81 and 30. RGB value is (82,129,48). Sum of RGB (Red+Green+Blue) = 82+129+48=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #528130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528130 is #AD7ECF. Grayscale: #696969. Windows color (decimal): -11370192 or 3178834. OLE color: 3178834.

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

Color convert

RGB 82 129 48 -
CMYK 0.36 0 0.63 0.49
HSL 94.81º 0.46% 0.35% -
HSV(B) 94.81º 0.63% 0.51% -
XYZ 11.86 17.71 5.59 -
YUV 105.71 95.43 111.09 -
System Red Green Blue C M Y K H S L
Decimal 82 129 48 0.36 0 0.63 0.49 94.81 0.46 0.35
Hex 52 81 30 24 0 3F 31 5F 2E 23
Octal 122 201 60 44 0 77 61 137 56 43
Binary 1010010 10000001 110000 100100 0 111111 110001 1011111 101110 100011

Color Harmonies of #528130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528130

Black with #528130

Text Example


Text Example

White with #528130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528130; }

 p { color: rgb(82,129,48); }

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

background-color css

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

 a { background-color: rgb(82,129,48); }

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

border-color css

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

 span { border-color: rgb(82,129,48); }

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