#368E32

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

Shades of La Palma #368E32

Tints of La Palma #368E32

Color information

#368E32 (or 0x368E32) is unknown color: approx La Palma. HEX triplet: 36, 8E and 32. RGB value is (54,142,50). Sum of RGB (Red+Green+Blue) = 54+142+50=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 142 (55.86% from 255 or 57.72% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 142 - color contains mainly: green. Hex color #368E32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368E32 is #C971CD. Grayscale: #696969. Windows color (decimal): -13201870 or 3313206. OLE color: 3313206.

HSL color Cylindrical-coordinate representation of color #368E32: hue angle of 117.39º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #368E32 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB5414250-
CMYK0.6200.650.44
HSL117.39º47.92%37.65%-
HSV(B)117.39º64.79%55.69%-
XYZ11.7720.366.33-
YUV105.296.8591.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 142 (55.86% from 255) = 57.72%
BLUE value IS 50 (19.92% from 255) = 20.33%
R=21.95%
G=57.72%
B=20.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54142500.6200.650.44117.3947.9237.65
Hex368E323E0412C753026
Octal6621662760101541656046
Binary11011010001110110010111110010000011011001110101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368E32; }

 p { color: rgb(54,142,50); }

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

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

 a { background-color: rgb(54,142,50); }

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

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

 span { border-color: rgb(54,142,50); }

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