Html Css Color HEX #355244 Plantation

📋 copy color: '#355244'

red 53 ◦ green 82 ◦ blue 68

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

Shades of Plantation #355244

Tints of Plantation #355244

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.39%

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

R = 26.11%
G = 40.39%
B = 33.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#355244 (or 0x355244) is known color: Plantation. HEX triplet: 35, 52 and 44. RGB value is (53,82,68). Sum of RGB (Red+Green+Blue) = 53+82+68=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #355244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355244 is #CAADBB. Grayscale: #474747. Windows color (decimal): -13282748 or 4477493. OLE color: 4477493.

HSL color Cylindrical-coordinate representation of color #355244: hue angle of 151.03º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #355244 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 82 68 -
CMYK 0.35 0 0.17 0.68
HSL 151.03º 0.21% 0.26% -
HSV(B) 151.03º 0.35% 0.32% -
XYZ 5.53 7.21 6.57 -
YUV 71.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 53 82 68 0.35 0 0.17 0.68 151.03 0.21 0.26
Hex 35 52 44 23 0 11 44 97 15 1A
Octal 65 122 104 43 0 21 104 227 25 32
Binary 110101 1010010 1000100 100011 0 10001 1000100 10010111 10101 11010

Color Harmonies of #355244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355244

Black with #355244

Text Example


Text Example

White with #355244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355244; }

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

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

background-color css

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

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

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

border-color css

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

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

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