Html Css Color HEX #355848 Plantation

📋 copy color: '#355848'

red 53 ◦ green 88 ◦ blue 72

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

Shades of Plantation #355848

Tints of Plantation #355848

RGB

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

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

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

R = 24.88%
G = 41.31%
B = 33.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#355848 (or 0x355848) is known color: Plantation. HEX triplet: 35, 58 and 48. RGB value is (53,88,72). Sum of RGB (Red+Green+Blue) = 53+88+72=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 88 - color contains mainly: green. Hex color #355848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355848 is #CAA7B7. Grayscale: #4B4B4B. Windows color (decimal): -13281208 or 4741173. OLE color: 4741173.

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

Color convert

RGB 53 88 72 -
CMYK 0.40 0 0.18 0.65
HSL 152.57º 0.25% 0.28% -
HSV(B) 152.57º 0.4% 0.35% -
XYZ 6.13 8.2 7.39 -
YUV 75.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 53 88 72 0.40 0 0.18 0.65 152.57 0.25 0.28
Hex 35 58 48 28 0 12 41 99 19 1C
Octal 65 130 110 50 0 22 101 231 31 34
Binary 110101 1011000 1001000 101000 0 10010 1000001 10011001 11001 11100

Color Harmonies of #355848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355848

Black with #355848

Text Example


Text Example

White with #355848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355848; }

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

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

background-color css

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

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

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

border-color css

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

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

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