#356148

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

Shades of Plantation #356148

Tints of Plantation #356148

Color information

#356148 (or 0x356148) is unknown color: approx Plantation. HEX triplet: 35, 61 and 48. RGB value is (53,97,72). Sum of RGB (Red+Green+Blue) = 53+97+72=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #356148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356148 is #CA9EB7. Grayscale: #515151. Windows color (decimal): -13278904 or 4743477. OLE color: 4743477.

HSL color Cylindrical-coordinate representation of color #356148: hue angle of 145.91º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #356148 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB539772-
CMYK0.4500.260.62
HSL145.91º29.33%29.41%-
HSV(B)145.91º45.36%38.04%-
XYZ6.919.777.65-
YUV80.99122.92108.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 72 (28.52% from 255) = 32.43%
R=23.87%
G=43.69%
B=32.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397720.4500.260.62145.9129.3329.41
Hex3561482D01A3E921d1d
Octal6514111055032762223535
Binary11010111000011001000101101011010111110100100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356148; }

 p { color: rgb(53,97,72); }

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

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

 a { background-color: rgb(53,97,72); }

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

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

 span { border-color: rgb(53,97,72); }

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