#35654B

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

Shades of Plantation #35654B

Tints of Plantation #35654B

Color information

#35654B (or 0x35654B) is unknown color: approx Plantation. HEX triplet: 35, 65 and 4B. RGB value is (53,101,75). Sum of RGB (Red+Green+Blue) = 53+101+75=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 101 - color contains mainly: green. Hex color #35654B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35654B is #CA9AB4. Grayscale: #535353. Windows color (decimal): -13277877 or 4941109. OLE color: 4941109.

HSL color Cylindrical-coordinate representation of color #35654B: hue angle of 147.5º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #35654B is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB5310175-
CMYK0.4800.260.60
HSL147.5º31.17%30.2%-
HSV(B)147.5º47.52%39.61%-
XYZ7.3910.578.31-
YUV83.68123.1106.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 101 (39.84% from 255) = 44.10%
BLUE value IS 75 (29.69% from 255) = 32.75%
R=23.14%
G=44.10%
B=32.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53101750.4800.260.60147.531.1730.2
Hex35654B3001A3C941f1e
Octal6514511360032742243736
Binary11010111001011001011110000011010111100100101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35654B; }

 p { color: rgb(53,101,75); }

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

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

 a { background-color: rgb(53,101,75); }

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

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

 span { border-color: rgb(53,101,75); }

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