#35684C

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

Shades of Plantation #35684C

Tints of Plantation #35684C

Color information

#35684C (or 0x35684C) is unknown color: approx Plantation. HEX triplet: 35, 68 and 4C. RGB value is (53,104,76). Sum of RGB (Red+Green+Blue) = 53+104+76=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #35684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35684C is #CA97B3. Grayscale: #555555. Windows color (decimal): -13277108 or 5007413. OLE color: 5007413.

HSL color Cylindrical-coordinate representation of color #35684C: hue angle of 147.06º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35684C is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB5310476-
CMYK0.4900.270.59
HSL147.06º32.48%30.78%-
HSV(B)147.06º49.04%40.78%-
XYZ7.7211.188.59-
YUV85.56122.6104.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 104 (41.02% from 255) = 44.64%
BLUE value IS 76 (30.08% from 255) = 32.62%
R=22.75%
G=44.64%
B=32.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53104760.4900.270.59147.0632.4830.78
Hex35684C3101B3B93201f
Octal6515011461033732234037
Binary110101110100010011001100010110111110111001001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35684C; }

 p { color: rgb(53,104,76); }

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

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

 a { background-color: rgb(53,104,76); }

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

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

 span { border-color: rgb(53,104,76); }

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