#358F1B

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

Shades of La Palma #358F1B

Tints of La Palma #358F1B

Color information

#358F1B (or 0x358F1B) is unknown color: approx La Palma. HEX triplet: 35, 8F and 1B. RGB value is (53,143,27). Sum of RGB (Red+Green+Blue) = 53+143+27=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 143 (56.25% from 255 or 64.13% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 143 - color contains mainly: green. Hex color #358F1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358F1B is #CA70E4. Grayscale: #676767. Windows color (decimal): -13267173 or 1806133. OLE color: 1806133.

HSL color Cylindrical-coordinate representation of color #358F1B: hue angle of 106.55º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #358F1B is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB5314327-
CMYK0.6300.810.44
HSL106.55º68.24%33.33%-
HSV(B)106.55º81.12%56.08%-
XYZ11.4920.484.38-
YUV102.8785.1892.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 143 (56.25% from 255) = 64.13%
BLUE value IS 27 (10.94% from 255) = 12.11%
R=23.77%
G=64.13%
B=12.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53143270.6300.810.44106.5568.2433.33
Hex358F1B3F0512C6b4421
Octal65217337701215415310441
Binary11010110001111110111111110101000110110011010111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358F1B; }

 p { color: rgb(53,143,27); }

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

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

 a { background-color: rgb(53,143,27); }

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

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

 span { border-color: rgb(53,143,27); }

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