#35634B

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

Shades of Plantation #35634B

Tints of Plantation #35634B

Color information

#35634B (or 0x35634B) is unknown color: approx Plantation. HEX triplet: 35, 63 and 4B. RGB value is (53,99,75). Sum of RGB (Red+Green+Blue) = 53+99+75=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #35634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35634B is #CA9CB4. Grayscale: #525252. Windows color (decimal): -13278389 or 4940597. OLE color: 4940597.

HSL color Cylindrical-coordinate representation of color #35634B: hue angle of 148.7º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35634B is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB539975-
CMYK0.4600.240.61
HSL148.7º30.26%29.8%-
HSV(B)148.7º46.46%38.82%-
XYZ7.210.198.24-
YUV82.51123.76106.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 99 (39.06% from 255) = 43.61%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=23.35%
G=43.61%
B=33.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5399750.4600.240.61148.730.2629.8
Hex35634B2E0183D951e1e
Octal6514311356030752253636
Binary11010111000111001011101110011000111101100101011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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