Html Css Color HEX #355644 Plantation

📋 copy color: '#355644'

red 53 ◦ green 86 ◦ blue 68

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

Shades of Plantation #355644

Tints of Plantation #355644

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.55%

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

R = 25.6%
G = 41.55%
B = 32.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#355644 (or 0x355644) is known color: Plantation. HEX triplet: 35, 56 and 44. RGB value is (53,86,68). Sum of RGB (Red+Green+Blue) = 53+86+68=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 86 - color contains mainly: green. Hex color #355644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355644 is #CAA9BB. Grayscale: #4A4A4A. Windows color (decimal): -13281724 or 4478517. OLE color: 4478517.

HSL color Cylindrical-coordinate representation of color #355644: hue angle of 147.27º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #355644 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 86 68 -
CMYK 0.38 0 0.21 0.66
HSL 147.27º 0.24% 0.27% -
HSV(B) 147.27º 0.38% 0.34% -
XYZ 5.84 7.83 6.67 -
YUV 74.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 53 86 68 0.38 0 0.21 0.66 147.27 0.24 0.27
Hex 35 56 44 26 0 15 42 93 18 1B
Octal 65 126 104 46 0 25 102 223 30 33
Binary 110101 1010110 1000100 100110 0 10101 1000010 10010011 11000 11011

Color Harmonies of #355644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355644

Black with #355644

Text Example


Text Example

White with #355644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355644; }

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

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

background-color css

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

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

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

border-color css

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

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

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