Html Css Color HEX #355646 Plantation

📋 copy color: '#355646'

red 53 ◦ green 86 ◦ blue 70

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

Shades of Plantation #355646

Tints of Plantation #355646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.49%

R = 25.36%
G = 41.15%
B = 33.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#355646 (or 0x355646) is known color: Plantation. HEX triplet: 35, 56 and 46. RGB value is (53,86,70). Sum of RGB (Red+Green+Blue) = 53+86+70=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #355646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355646 is #CAA9B9. Grayscale: #4A4A4A. Windows color (decimal): -13281722 or 4609589. OLE color: 4609589.

HSL color Cylindrical-coordinate representation of color #355646: hue angle of 150.91º 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 #355646 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 86 70 -
CMYK 0.38 0 0.19 0.66
HSL 150.91º 0.24% 0.27% -
HSV(B) 150.91º 0.38% 0.34% -
XYZ 5.9 7.85 7 -
YUV 74.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 53 86 70 0.38 0 0.19 0.66 150.91 0.24 0.27
Hex 35 56 46 26 0 13 42 97 18 1B
Octal 65 126 106 46 0 23 102 227 30 33
Binary 110101 1010110 1000110 100110 0 10011 1000010 10010111 11000 11011

Color Harmonies of #355646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355646

Black with #355646

Text Example


Text Example

White with #355646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355646; }

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

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

background-color css

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

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

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

border-color css

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

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

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