Html Css Color HEX #355245 Plantation

📋 copy color: '#355245'

red 53 ◦ green 82 ◦ blue 69

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

Shades of Plantation #355245

Tints of Plantation #355245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.82%

R = 25.98%
G = 40.2%
B = 33.82%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#355245 (or 0x355245) is known color: Plantation. HEX triplet: 35, 52 and 45. RGB value is (53,82,69). Sum of RGB (Red+Green+Blue) = 53+82+69=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 82 - color contains mainly: green. Hex color #355245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355245 is #CAADBA. Grayscale: #474747. Windows color (decimal): -13282747 or 4543029. OLE color: 4543029.

HSL color Cylindrical-coordinate representation of color #355245: hue angle of 153.1º 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 #355245 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 82 69 -
CMYK 0.35 0 0.16 0.68
HSL 153.1º 0.21% 0.26% -
HSV(B) 153.1º 0.35% 0.32% -
XYZ 5.56 7.22 6.73 -
YUV 71.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 53 82 69 0.35 0 0.16 0.68 153.1 0.21 0.26
Hex 35 52 45 23 0 10 44 99 15 1A
Octal 65 122 105 43 0 20 104 231 25 32
Binary 110101 1010010 1000101 100011 0 10000 1000100 10011001 10101 11010

Color Harmonies of #355245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355245

Black with #355245

Text Example


Text Example

White with #355245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355245; }

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

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

background-color css

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

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

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

border-color css

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

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

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