Html Css Color HEX #375547 Plantation

📋 copy color: '#375547'

red 55 ◦ green 85 ◦ blue 71

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

Shades of Plantation #375547

Tints of Plantation #375547

RGB

 RED value IS 55 (21.88% from 255) = 26.07%

 GREEN value IS 85 (33.59% from 255) = 40.28%

 BLUE value IS 71 (28.13% from 255) = 33.65%

R = 26.07%
G = 40.28%
B = 33.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#375547 (or 0x375547) is known color: Plantation. HEX triplet: 37, 55 and 47. RGB value is (55,85,71). Sum of RGB (Red+Green+Blue) = 55+85+71=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #375547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375547 is #C8AAB8. Grayscale: #4A4A4A. Windows color (decimal): -13150905 or 4674871. OLE color: 4674871.

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

Color convert

RGB 55 85 71 -
CMYK 0.35 0 0.16 0.67
HSL 152º 0.21% 0.27% -
HSV(B) 152º 0.35% 0.33% -
XYZ 5.96 7.76 7.15 -
YUV 74.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 55 85 71 0.35 0 0.16 0.67 152 0.21 0.27
Hex 37 55 47 23 0 10 43 98 15 1B
Octal 67 125 107 43 0 20 103 230 25 33
Binary 110111 1010101 1000111 100011 0 10000 1000011 10011000 10101 11011

Color Harmonies of #375547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375547

Black with #375547

Text Example


Text Example

White with #375547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375547; }

 p { color: rgb(55,85,71); }

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

background-color css

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

 a { background-color: rgb(55,85,71); }

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

border-color css

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

 span { border-color: rgb(55,85,71); }

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