Html Css Color HEX #355547 Plantation

📋 copy color: '#355547'

red 53 ◦ green 85 ◦ blue 71

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

Shades of Plantation #355547

Tints of Plantation #355547

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.67%

 BLUE value IS 71 (28.13% from 255) = 33.97%

R = 25.36%
G = 40.67%
B = 33.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#355547 (or 0x355547) is known color: Plantation. HEX triplet: 35, 55 and 47. RGB value is (53,85,71). Sum of RGB (Red+Green+Blue) = 53+85+71=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #355547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355547 is #CAAAB8. Grayscale: #494949. Windows color (decimal): -13281977 or 4674869. OLE color: 4674869.

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

Color convert

RGB 53 85 71 -
CMYK 0.38 0 0.16 0.67
HSL 153.75º 0.23% 0.27% -
HSV(B) 153.75º 0.38% 0.33% -
XYZ 5.85 7.71 7.14 -
YUV 73.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 53 85 71 0.38 0 0.16 0.67 153.75 0.23 0.27
Hex 35 55 47 26 0 10 43 9A 17 1B
Octal 65 125 107 46 0 20 103 232 27 33
Binary 110101 1010101 1000111 100110 0 10000 1000011 10011010 10111 11011

Color Harmonies of #355547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355547

Black with #355547

Text Example


Text Example

White with #355547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355547; }

 p { color: rgb(53,85,71); }

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

background-color css

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

 a { background-color: rgb(53,85,71); }

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

border-color css

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

 span { border-color: rgb(53,85,71); }

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