Html Css Color HEX #355343 Plantation

📋 copy color: '#355343'

red 53 ◦ green 83 ◦ blue 67

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

Shades of Plantation #355343

Tints of Plantation #355343

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

 BLUE value IS 67 (26.56% from 255) = 33%

R = 26.11%
G = 40.89%
B = 33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#355343 (or 0x355343) is known color: Plantation. HEX triplet: 35, 53 and 43. RGB value is (53,83,67). Sum of RGB (Red+Green+Blue) = 53+83+67=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #355343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355343 is #CAACBC. Grayscale: #484848. Windows color (decimal): -13282493 or 4412213. OLE color: 4412213.

HSL color Cylindrical-coordinate representation of color #355343: hue angle of 148º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #355343 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 83 67 -
CMYK 0.36 0 0.19 0.67
HSL 148º 0.22% 0.27% -
HSV(B) 148º 0.36% 0.33% -
XYZ 5.57 7.35 6.43 -
YUV 72.21 125.06 114.3 -
System Red Green Blue C M Y K H S L
Decimal 53 83 67 0.36 0 0.19 0.67 148 0.22 0.27
Hex 35 53 43 24 0 13 43 94 16 1B
Octal 65 123 103 44 0 23 103 224 26 33
Binary 110101 1010011 1000011 100100 0 10011 1000011 10010100 10110 11011

Color Harmonies of #355343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355343

Black with #355343

Text Example


Text Example

White with #355343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355343; }

 p { color: rgb(53,83,67); }

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

background-color css

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

 a { background-color: rgb(53,83,67); }

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

border-color css

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

 span { border-color: rgb(53,83,67); }

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