#365143

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

Shades of Plantation #365143

Tints of Plantation #365143

Color information

#365143 (or 0x365143) is unknown color: approx Plantation. HEX triplet: 36, 51 and 43. RGB value is (54,81,67). Sum of RGB (Red+Green+Blue) = 54+81+67=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #365143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365143 is #C9AEBC. Grayscale: #474747. Windows color (decimal): -13217469 or 4411702. OLE color: 4411702.

HSL color Cylindrical-coordinate representation of color #365143: hue angle of 148.89º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #365143 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB548167-
CMYK0.3300.170.68
HSL148.89º20%26.47%-
HSV(B)148.89º33.33%31.76%-
XYZ5.487.076.39-
YUV71.33125.55115.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.73%
GREEN value IS 81 (32.03% from 255) = 40.10%
BLUE value IS 67 (26.56% from 255) = 33.17%
R=26.73%
G=40.10%
B=33.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5481670.3300.170.68148.892026.47
Hex365143210114495141a
Octal66121103410211042252432
Binary110110101000110000111000010100011000100100101011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365143; }

 p { color: rgb(54,81,67); }

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

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

 a { background-color: rgb(54,81,67); }

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

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

 span { border-color: rgb(54,81,67); }

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