Html Css Color HEX #355745 Plantation

📋 copy color: '#355745'

red 53 ◦ green 87 ◦ blue 69

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

Shades of Plantation #355745

Tints of Plantation #355745

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.63%

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

R = 25.36%
G = 41.63%
B = 33.01%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#355745 (or 0x355745) is known color: Plantation. HEX triplet: 35, 57 and 45. RGB value is (53,87,69). Sum of RGB (Red+Green+Blue) = 53+87+69=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 87 - color contains mainly: green. Hex color #355745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355745 is #CAA8BA. Grayscale: #4A4A4A. Windows color (decimal): -13281467 or 4544309. OLE color: 4544309.

HSL color Cylindrical-coordinate representation of color #355745: hue angle of 148.24º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #355745 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 87 69 -
CMYK 0.39 0 0.21 0.66
HSL 148.24º 0.24% 0.27% -
HSV(B) 148.24º 0.39% 0.34% -
XYZ 5.95 8 6.86 -
YUV 74.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 53 87 69 0.39 0 0.21 0.66 148.24 0.24 0.27
Hex 35 57 45 27 0 15 42 94 18 1B
Octal 65 127 105 47 0 25 102 224 30 33
Binary 110101 1010111 1000101 100111 0 10101 1000010 10010100 11000 11011

Color Harmonies of #355745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355745

Black with #355745

Text Example


Text Example

White with #355745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355745; }

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

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

background-color css

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

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

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

border-color css

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

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

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