#35664B

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

Shades of Plantation #35664B

Tints of Plantation #35664B

Color information

#35664B (or 0x35664B) is unknown color: approx Plantation. HEX triplet: 35, 66 and 4B. RGB value is (53,102,75). Sum of RGB (Red+Green+Blue) = 53+102+75=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 102 - color contains mainly: green. Hex color #35664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35664B is #CA99B4. Grayscale: #545454. Windows color (decimal): -13277621 or 4941365. OLE color: 4941365.

HSL color Cylindrical-coordinate representation of color #35664B: hue angle of 146.94º degrees, saturation: 0.32, 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 #35664B is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB5310275-
CMYK0.4800.260.6
HSL146.94º31.61%30.39%-
HSV(B)146.94º48.04%40%-
XYZ7.4910.778.34-
YUV84.27122.77105.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 102 (40.23% from 255) = 44.35%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=23.04%
G=44.35%
B=32.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53102750.4800.260.6146.9431.6130.39
Hex35664B3001A3C93201e
Octal6514611360032742234036
Binary110101110011010010111100000110101111001001001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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