Html Css Color HEX #355945 Plantation

📋 copy color: '#355945'

red 53 ◦ green 89 ◦ blue 69

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

Shades of Plantation #355945

Tints of Plantation #355945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.18%

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

R = 25.12%
G = 42.18%
B = 32.7%

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

#355945 (or 0x355945) is known color: Plantation. HEX triplet: 35, 59 and 45. RGB value is (53,89,69). Sum of RGB (Red+Green+Blue) = 53+89+69=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #355945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355945 is #CAA6BA. Grayscale: #4C4C4C. Windows color (decimal): -13280955 or 4544821. OLE color: 4544821.

HSL color Cylindrical-coordinate representation of color #355945: hue angle of 146.67º 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 #355945 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 89 69 -
CMYK 0.40 0 0.22 0.65
HSL 146.67º 0.25% 0.28% -
HSV(B) 146.67º 0.4% 0.35% -
XYZ 6.11 8.33 6.92 -
YUV 75.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 53 89 69 0.40 0 0.22 0.65 146.67 0.25 0.28
Hex 35 59 45 28 0 16 41 93 19 1C
Octal 65 131 105 50 0 26 101 223 31 34
Binary 110101 1011001 1000101 101000 0 10110 1000001 10010011 11001 11100

Color Harmonies of #355945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355945

Black with #355945

Text Example


Text Example

White with #355945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355945; }

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

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

background-color css

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

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

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

border-color css

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

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

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