#539234

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

Shades of La Palma #539234

Tints of La Palma #539234

Color information

#539234 (or 0x539234) is unknown color: approx La Palma. HEX triplet: 53, 92 and 34. RGB value is (83,146,52). Sum of RGB (Red+Green+Blue) = 83+146+52=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #539234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539234 is #AC6DCB. Grayscale: #747474. Windows color (decimal): -11300300 or 3445331. OLE color: 3445331.

HSL color Cylindrical-coordinate representation of color #539234: hue angle of 100.21º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #539234 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB8314652-
CMYK0.4300.640.43
HSL100.21º47.47%38.82%-
HSV(B)100.21º64.38%57.25%-
XYZ14.4722.646.86-
YUV116.4591.63104.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 146 (57.42% from 255) = 51.96%
BLUE value IS 52 (20.70% from 255) = 18.51%
R=29.54%
G=51.96%
B=18.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83146520.4300.640.43100.2147.4738.82
Hex5392342B0402B642f27
Octal12322264530100531445747
Binary101001110010010110100101011010000001010111100100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539234; }

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

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

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

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

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

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

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

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