#35624B

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

Shades of Plantation #35624B

Tints of Plantation #35624B

Color information

#35624B (or 0x35624B) is unknown color: approx Plantation. HEX triplet: 35, 62 and 4B. RGB value is (53,98,75). Sum of RGB (Red+Green+Blue) = 53+98+75=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #35624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35624B is #CA9DB4. Grayscale: #515151. Windows color (decimal): -13278645 or 4940341. OLE color: 4940341.

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

Color convert

RGB539875-
CMYK0.4600.230.62
HSL149.33º29.8%29.61%-
HSV(B)149.33º45.92%38.43%-
XYZ7.11108.21-
YUV81.92124.09107.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.45%
GREEN value IS 98 (38.67% from 255) = 43.36%
BLUE value IS 75 (29.69% from 255) = 33.19%
R=23.45%
G=43.36%
B=33.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398750.4600.230.62149.3329.829.61
Hex35624B2E0173E951e1e
Octal6514211356027762253636
Binary11010111000101001011101110010111111110100101011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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