#365C4A

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

Shades of Plantation #365C4A

Tints of Plantation #365C4A

Color information

#365C4A (or 0x365C4A) is unknown color: approx Plantation. HEX triplet: 36, 5C and 4A. RGB value is (54,92,74). Sum of RGB (Red+Green+Blue) = 54+92+74=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 92 - color contains mainly: green. Hex color #365C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365C4A is #C9A3B5. Grayscale: #4E4E4E. Windows color (decimal): -13214646 or 4873270. OLE color: 4873270.

HSL color Cylindrical-coordinate representation of color #365C4A: hue angle of 151.58º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #365C4A is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB549274-
CMYK0.4100.200.64
HSL151.58º26.03%28.63%-
HSV(B)151.58º41.3%36.08%-
XYZ6.588.937.86-
YUV78.59125.41110.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 92 (36.33% from 255) = 41.82%
BLUE value IS 74 (29.30% from 255) = 33.64%
R=24.55%
G=41.82%
B=33.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5492740.4100.200.64151.5826.0328.63
Hex365C4A2901440981a1d
Octal66134112510241002303235
Binary110110101110010010101010010101001000000100110001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,92,74); }

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

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

 a { background-color: rgb(54,92,74); }

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

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

 span { border-color: rgb(54,92,74); }

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