#538634

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

Shades of La Palma #538634

Tints of La Palma #538634

Color information

#538634 (or 0x538634) is unknown color: approx La Palma. HEX triplet: 53, 86 and 34. RGB value is (83,134,52). Sum of RGB (Red+Green+Blue) = 83+134+52=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #538634 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538634 is #AC79CB. Grayscale: #6D6D6D. Windows color (decimal): -11303372 or 3442259. OLE color: 3442259.

HSL color Cylindrical-coordinate representation of color #538634: hue angle of 97.32º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #538634 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB8313452-
CMYK0.3800.610.47
HSL97.32º44.09%36.47%-
HSV(B)97.32º61.19%52.55%-
XYZ12.7119.146.27-
YUV109.495.6109.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.86%
GREEN value IS 134 (52.73% from 255) = 49.81%
BLUE value IS 52 (20.70% from 255) = 19.33%
R=30.86%
G=49.81%
B=19.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83134520.3800.610.4797.3244.0936.47
Hex5386342603D2F612c24
Octal1232066446075571415444
Binary10100111000011011010010011001111011011111100001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538634; }

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

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

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

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

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

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

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

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