#365D4A

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

Shades of Plantation #365D4A

Tints of Plantation #365D4A

Color information

#365D4A (or 0x365D4A) is unknown color: approx Plantation. HEX triplet: 36, 5D and 4A. RGB value is (54,93,74). Sum of RGB (Red+Green+Blue) = 54+93+74=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 93 - color contains mainly: green. Hex color #365D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365D4A is #C9A2B5. Grayscale: #4F4F4F. Windows color (decimal): -13214390 or 4873526. OLE color: 4873526.

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

Color convert

RGB549374-
CMYK0.4200.200.64
HSL150.77º26.53%28.82%-
HSV(B)150.77º41.94%36.47%-
XYZ6.679.117.88-
YUV79.17125.08110.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 93 (36.72% from 255) = 42.08%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=24.43%
G=42.08%
B=33.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5493740.4200.200.64150.7726.5328.82
Hex365D4A2A01440971b1d
Octal66135112520241002273335
Binary110110101110110010101010100101001000000100101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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