Html Css Color HEX #376147 Plantation

📋 copy color: '#376147'

red 55 ◦ green 97 ◦ blue 71

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

Shades of Plantation #376147

Tints of Plantation #376147

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.5%

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

R = 24.66%
G = 43.5%
B = 31.84%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#376147 (or 0x376147) is known color: Plantation. HEX triplet: 37, 61 and 47. RGB value is (55,97,71). Sum of RGB (Red+Green+Blue) = 55+97+71=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #376147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376147 is #C89EB8. Grayscale: #515151. Windows color (decimal): -13147833 or 4677943. OLE color: 4677943.

HSL color Cylindrical-coordinate representation of color #376147: hue angle of 142.86º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #376147 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 97 71 -
CMYK 0.43 0 0.27 0.62
HSL 142.86º 0.28% 0.3% -
HSV(B) 142.86º 0.43% 0.38% -
XYZ 6.99 9.82 7.49 -
YUV 81.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 55 97 71 0.43 0 0.27 0.62 142.86 0.28 0.3
Hex 37 61 47 2B 0 1B 3E 8F 1C 1E
Octal 67 141 107 53 0 33 76 217 34 36
Binary 110111 1100001 1000111 101011 0 11011 111110 10001111 11100 11110

Color Harmonies of #376147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376147

Black with #376147

Text Example


Text Example

White with #376147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376147; }

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

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

background-color css

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

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

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

border-color css

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

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

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