Html Css Color HEX #355845 Plantation

📋 copy color: '#355845'

red 53 ◦ green 88 ◦ blue 69

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

Shades of Plantation #355845

Tints of Plantation #355845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.9%

 BLUE value IS 69 (27.34% from 255) = 32.86%

R = 25.24%
G = 41.9%
B = 32.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#355845 (or 0x355845) is known color: Plantation. HEX triplet: 35, 58 and 45. RGB value is (53,88,69). Sum of RGB (Red+Green+Blue) = 53+88+69=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #355845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355845 is #CAA7BA. Grayscale: #4B4B4B. Windows color (decimal): -13281211 or 4544565. OLE color: 4544565.

HSL color Cylindrical-coordinate representation of color #355845: hue angle of 147.43º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355845 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 88 69 -
CMYK 0.40 0 0.22 0.65
HSL 147.43º 0.25% 0.28% -
HSV(B) 147.43º 0.4% 0.35% -
XYZ 6.03 8.17 6.89 -
YUV 75.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 53 88 69 0.40 0 0.22 0.65 147.43 0.25 0.28
Hex 35 58 45 28 0 16 41 93 19 1C
Octal 65 130 105 50 0 26 101 223 31 34
Binary 110101 1011000 1000101 101000 0 10110 1000001 10010011 11001 11100

Color Harmonies of #355845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355845

Black with #355845

Text Example


Text Example

White with #355845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355845; }

 p { color: rgb(53,88,69); }

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

background-color css

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

 a { background-color: rgb(53,88,69); }

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

border-color css

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

 span { border-color: rgb(53,88,69); }

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