#538834

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

Shades of La Palma #538834

Tints of La Palma #538834

Color information

#538834 (or 0x538834) is unknown color: approx La Palma. HEX triplet: 53, 88 and 34. RGB value is (83,136,52). Sum of RGB (Red+Green+Blue) = 83+136+52=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #538834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538834 is #AC77CB. Grayscale: #6E6E6E. Windows color (decimal): -11302860 or 3442771. OLE color: 3442771.

HSL color Cylindrical-coordinate representation of color #538834: hue angle of 97.86º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #538834 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB8313652-
CMYK0.3900.620.47
HSL97.86º44.68%36.86%-
HSV(B)97.86º61.76%53.33%-
XYZ12.9919.76.37-
YUV110.5894.94108.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 136 (53.52% from 255) = 50.18%
BLUE value IS 52 (20.70% from 255) = 19.19%
R=30.63%
G=50.18%
B=19.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83136520.3900.620.4797.8644.6836.86
Hex5388342703E2F622d25
Octal1232106447076571425545
Binary10100111000100011010010011101111101011111100010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538834; }

 p { color: rgb(83,136,52); }

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

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

 a { background-color: rgb(83,136,52); }

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

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

 span { border-color: rgb(83,136,52); }

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