Html Css Color HEX #355844 Plantation

📋 copy color: '#355844'

red 53 ◦ green 88 ◦ blue 68

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

Shades of Plantation #355844

Tints of Plantation #355844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.54%

R = 25.36%
G = 42.11%
B = 32.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#355844 (or 0x355844) is known color: Plantation. HEX triplet: 35, 58 and 44. RGB value is (53,88,68). Sum of RGB (Red+Green+Blue) = 53+88+68=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #355844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355844 is #CAA7BB. Grayscale: #4B4B4B. Windows color (decimal): -13281212 or 4479029. OLE color: 4479029.

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

Color convert

RGB 53 88 68 -
CMYK 0.40 0 0.23 0.65
HSL 145.71º 0.25% 0.28% -
HSV(B) 145.71º 0.4% 0.35% -
XYZ 6 8.15 6.73 -
YUV 75.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 53 88 68 0.40 0 0.23 0.65 145.71 0.25 0.28
Hex 35 58 44 28 0 17 41 92 19 1C
Octal 65 130 104 50 0 27 101 222 31 34
Binary 110101 1011000 1000100 101000 0 10111 1000001 10010010 11001 11100

Color Harmonies of #355844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355844

Black with #355844

Text Example


Text Example

White with #355844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355844; }

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

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

background-color css

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

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

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

border-color css

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

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

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