Html Css Color HEX #355444 Plantation

📋 copy color: '#355444'

red 53 ◦ green 84 ◦ blue 68

#355444
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plantation #355444

Tints of Plantation #355444

RGB

 RED value IS 53 (21.09% from 255) = 25.85%

 GREEN value IS 84 (33.2% from 255) = 40.98%

 BLUE value IS 68 (26.95% from 255) = 33.17%

R = 25.85%
G = 40.98%
B = 33.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#355444 (or 0x355444) is known color: Plantation. HEX triplet: 35, 54 and 44. RGB value is (53,84,68). Sum of RGB (Red+Green+Blue) = 53+84+68=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #355444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355444 is #CAABBB. Grayscale: #484848. Windows color (decimal): -13282236 or 4478005. OLE color: 4478005.

HSL color Cylindrical-coordinate representation of color #355444: hue angle of 149.03º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #355444 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 84 68 -
CMYK 0.37 0 0.19 0.67
HSL 149.03º 0.23% 0.27% -
HSV(B) 149.03º 0.37% 0.33% -
XYZ 5.68 7.51 6.62 -
YUV 72.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 53 84 68 0.37 0 0.19 0.67 149.03 0.23 0.27
Hex 35 54 44 25 0 13 43 95 17 1B
Octal 65 124 104 45 0 23 103 225 27 33
Binary 110101 1010100 1000100 100101 0 10011 1000011 10010101 10111 11011

Color Harmonies of #355444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355444

Black with #355444

Text Example


Text Example

White with #355444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355444; }

 p { color: rgb(53,84,68); }

 H1.HeaderClassName
 {
   color: #355444;
 }
 .AnyTagClassName
 {
   color: #355444;
 }
</style>

background-color css

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

 a { background-color: rgb(53,84,68); }

 div.DivClassName
 {
   background-color: #355444;
 }
 .BgClassName
 {
   background-color: #355444;
 }
</style>

border-color css

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

 span { border-color: rgb(53,84,68); }

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