#35614A

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

Shades of Plantation #35614A

Tints of Plantation #35614A

Color information

#35614A (or 0x35614A) is unknown color: approx Plantation. HEX triplet: 35, 61 and 4A. RGB value is (53,97,74). Sum of RGB (Red+Green+Blue) = 53+97+74=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #35614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35614A is #CA9EB5. Grayscale: #515151. Windows color (decimal): -13278902 or 4874549. OLE color: 4874549.

HSL color Cylindrical-coordinate representation of color #35614A: hue angle of 148.64º 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 #35614A is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB539774-
CMYK0.4500.240.62
HSL148.64º29.33%29.41%-
HSV(B)148.64º45.36%38.04%-
XYZ6.989.88-
YUV81.22123.92107.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 97 (38.28% from 255) = 43.30%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=23.66%
G=43.30%
B=33.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397740.4500.240.62148.6429.3329.41
Hex35614A2D0183E951d1d
Octal6514111255030762253535
Binary11010111000011001010101101011000111110100101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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