Html Css Color HEX #528230 La Palma

📋 copy color: '#528230'

red 82 ◦ green 130 ◦ blue 48

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

Shades of La Palma #528230

Tints of La Palma #528230

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50%

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

R = 31.54%
G = 50%
B = 18.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#528230 (or 0x528230) is known color: La Palma. HEX triplet: 52, 82 and 30. RGB value is (82,130,48). Sum of RGB (Red+Green+Blue) = 82+130+48=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #528230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528230 is #AD7DCF. Grayscale: #6A6A6A. Windows color (decimal): -11369936 or 3179090. OLE color: 3179090.

HSL color Cylindrical-coordinate representation of color #528230: hue angle of 95.12º 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 #528230 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 130 48 -
CMYK 0.37 0 0.63 0.49
HSL 95.12º 0.46% 0.35% -
HSV(B) 95.12º 0.63% 0.51% -
XYZ 12 17.97 5.63 -
YUV 106.3 95.1 110.67 -
System Red Green Blue C M Y K H S L
Decimal 82 130 48 0.37 0 0.63 0.49 95.12 0.46 0.35
Hex 52 82 30 25 0 3F 31 5F 2E 23
Octal 122 202 60 45 0 77 61 137 56 43
Binary 1010010 10000010 110000 100101 0 111111 110001 1011111 101110 100011

Color Harmonies of #528230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528230

Black with #528230

Text Example


Text Example

White with #528230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528230; }

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

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

background-color css

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

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

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

border-color css

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

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

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