#53993C

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

Shades of La Palma #53993C

Tints of La Palma #53993C

Color information

#53993C (or 0x53993C) is unknown color: approx La Palma. HEX triplet: 53, 99 and 3C. RGB value is (83,153,60). Sum of RGB (Red+Green+Blue) = 83+153+60=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #53993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53993C is #AC66C3. Grayscale: #797979. Windows color (decimal): -11298500 or 3971411. OLE color: 3971411.

HSL color Cylindrical-coordinate representation of color #53993C: hue angle of 105.16º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53993C is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB8315360-
CMYK0.4600.610.4
HSL105.16º43.66%41.76%-
HSV(B)105.16º60.78%60%-
XYZ15.7724.958.26-
YUV121.4793.31100.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.04%
GREEN value IS 153 (60.16% from 255) = 51.69%
BLUE value IS 60 (23.83% from 255) = 20.27%
R=28.04%
G=51.69%
B=20.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83153600.4600.610.4105.1643.6641.76
Hex53993C2E03D28692c2a
Octal1232317456075501515452
Binary10100111001100111110010111001111011010001101001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53993C; }

 p { color: rgb(83,153,60); }

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

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

 a { background-color: rgb(83,153,60); }

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

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

 span { border-color: rgb(83,153,60); }

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