Html Css Color HEX #355546 Plantation

📋 copy color: '#355546'

red 53 ◦ green 85 ◦ blue 70

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

Shades of Plantation #355546

Tints of Plantation #355546

RGB

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

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

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

R = 25.48%
G = 40.87%
B = 33.65%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#355546 (or 0x355546) is known color: Plantation. HEX triplet: 35, 55 and 46. RGB value is (53,85,70). Sum of RGB (Red+Green+Blue) = 53+85+70=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #355546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355546 is #CAAAB9. Grayscale: #494949. Windows color (decimal): -13281978 or 4609333. OLE color: 4609333.

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

Color convert

RGB 53 85 70 -
CMYK 0.38 0 0.18 0.67
HSL 151.88º 0.23% 0.27% -
HSV(B) 151.88º 0.38% 0.33% -
XYZ 5.82 7.7 6.97 -
YUV 73.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 53 85 70 0.38 0 0.18 0.67 151.88 0.23 0.27
Hex 35 55 46 26 0 12 43 98 17 1B
Octal 65 125 106 46 0 22 103 230 27 33
Binary 110101 1010101 1000110 100110 0 10010 1000011 10011000 10111 11011

Color Harmonies of #355546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355546

Black with #355546

Text Example


Text Example

White with #355546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355546; }

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

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

background-color css

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

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

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

border-color css

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

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

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