Html Css Color HEX #355748 Plantation

📋 copy color: '#355748'

red 53 ◦ green 87 ◦ blue 72

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

Shades of Plantation #355748

Tints of Plantation #355748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.04%

 BLUE value IS 72 (28.52% from 255) = 33.96%

R = 25%
G = 41.04%
B = 33.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#355748 (or 0x355748) is known color: Plantation. HEX triplet: 35, 57 and 48. RGB value is (53,87,72). Sum of RGB (Red+Green+Blue) = 53+87+72=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 87 - color contains mainly: green. Hex color #355748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355748 is #CAA8B7. Grayscale: #4B4B4B. Windows color (decimal): -13281464 or 4740917. OLE color: 4740917.

HSL color Cylindrical-coordinate representation of color #355748: hue angle of 153.53º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #355748 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 87 72 -
CMYK 0.39 0 0.17 0.66
HSL 153.53º 0.24% 0.27% -
HSV(B) 153.53º 0.39% 0.34% -
XYZ 6.05 8.04 7.36 -
YUV 75.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 53 87 72 0.39 0 0.17 0.66 153.53 0.24 0.27
Hex 35 57 48 27 0 11 42 9A 18 1B
Octal 65 127 110 47 0 21 102 232 30 33
Binary 110101 1010111 1001000 100111 0 10001 1000010 10011010 11000 11011

Color Harmonies of #355748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355748

Black with #355748

Text Example


Text Example

White with #355748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355748; }

 p { color: rgb(53,87,72); }

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

background-color css

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

 a { background-color: rgb(53,87,72); }

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

border-color css

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

 span { border-color: rgb(53,87,72); }

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