#365F46

Color #365F46 Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #365F46

Tints of Plantation #365F46

Color information

#365F46 (or 0x365F46) is unknown color: approx Plantation. HEX triplet: 36, 5F and 46. RGB value is (54,95,70). Sum of RGB (Red+Green+Blue) = 54+95+70=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 95 - color contains mainly: green. Hex color #365F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365F46 is #C9A0B9. Grayscale: #4F4F4F. Windows color (decimal): -13213882 or 4611894. OLE color: 4611894.

HSL color Cylindrical-coordinate representation of color #365F46: hue angle of 143.41º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365F46 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.

Color convert

RGB549570-
CMYK0.4300.260.63
HSL143.41º27.52%29.22%-
HSV(B)143.41º43.16%37.25%-
XYZ6.729.417.26-
YUV79.89122.42109.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 95 (37.5% from 255) = 43.38%
BLUE value IS 70 (27.73% from 255) = 31.96%
R=24.66%
G=43.38%
B=31.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5495700.4300.260.63143.4127.5229.22
Hex365F462B01A3F8f1c1d
Octal6613710653032772173435
Binary11011010111111000110101011011010111111100011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365F46; }

 p { color: rgb(54,95,70); }

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

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

 a { background-color: rgb(54,95,70); }

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

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

 span { border-color: rgb(54,95,70); }

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