#35614B

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

Shades of Plantation #35614B

Tints of Plantation #35614B

Color information

#35614B (or 0x35614B) is unknown color: approx Plantation. HEX triplet: 35, 61 and 4B. RGB value is (53,97,75). Sum of RGB (Red+Green+Blue) = 53+97+75=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #35614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35614B is #CA9EB4. Grayscale: #515151. Windows color (decimal): -13278901 or 4940085. OLE color: 4940085.

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

Color convert

RGB539775-
CMYK0.4500.230.62
HSL150º29.33%29.41%-
HSV(B)150º45.36%38.04%-
XYZ7.019.818.18-
YUV81.34124.42107.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=23.56%
G=43.11%
B=33.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397750.4500.230.6215029.3329.41
Hex35614B2D0173E961d1d
Octal6514111355027762263535
Binary11010111000011001011101101010111111110100101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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