#538935

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

Shades of La Palma #538935

Tints of La Palma #538935

Color information

#538935 (or 0x538935) is unknown color: approx La Palma. HEX triplet: 53, 89 and 35. RGB value is (83,137,53). Sum of RGB (Red+Green+Blue) = 83+137+53=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #538935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538935 is #AC76CA. Grayscale: #6F6F6F. Windows color (decimal): -11302603 or 3508563. OLE color: 3508563.

HSL color Cylindrical-coordinate representation of color #538935: hue angle of 98.57º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #538935 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB8313753-
CMYK0.3900.610.46
HSL98.57º44.21%37.25%-
HSV(B)98.57º61.31%53.73%-
XYZ13.1619.996.53-
YUV111.2895.11107.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 137 (53.91% from 255) = 50.18%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=30.40%
G=50.18%
B=19.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83137530.3900.610.4698.5744.2137.25
Hex5389352703D2E632c25
Octal1232116547075561435445
Binary10100111000100111010110011101111011011101100011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538935; }

 p { color: rgb(83,137,53); }

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

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

 a { background-color: rgb(83,137,53); }

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

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

 span { border-color: rgb(83,137,53); }

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