#538C33

Color #538C33 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #538C33

Tints of La Palma #538C33

Color information

#538C33 (or 0x538C33) is unknown color: approx La Palma. HEX triplet: 53, 8C and 33. RGB value is (83,140,51). Sum of RGB (Red+Green+Blue) = 83+140+51=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 140 (55.08% from 255 or 51.09% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 140 - color contains mainly: green. Hex color #538C33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538C33 is #AC73CC. Grayscale: #717171. Windows color (decimal): -11301837 or 3378259. OLE color: 3378259.

HSL color Cylindrical-coordinate representation of color #538C33: hue angle of 98.43º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #538C33 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB8314051-
CMYK0.4100.640.45
HSL98.43º46.6%37.45%-
HSV(B)98.43º63.57%54.9%-
XYZ13.5420.836.44-
YUV112.8193.12106.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 140 (55.08% from 255) = 51.09%
BLUE value IS 51 (20.31% from 255) = 18.61%
R=30.29%
G=51.09%
B=18.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83140510.4100.640.4598.4346.637.45
Hex538C33290402D622f25
Octal12321463510100551425745
Binary101001110001100110011101001010000001011011100010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538C33; }

 p { color: rgb(83,140,51); }

 H1.HeaderClassName
 {
   color: #538C33;
 }
 .AnyTagClassName
 {
   color: #538C33;
 }
</style>
background-color css

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

 a { background-color: rgb(83,140,51); }

 div.DivClassName
 {
   background-color: #538C33;
 }
 .BgClassName
 {
   background-color: #538C33;
 }
</style>
border-color css

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

 span { border-color: rgb(83,140,51); }

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