Html Css Color HEX #376347 Plantation

📋 copy color: '#376347'

red 55 ◦ green 99 ◦ blue 71

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

Shades of Plantation #376347

Tints of Plantation #376347

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44%

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

R = 24.44%
G = 44%
B = 31.56%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#376347 (or 0x376347) is known color: Plantation. HEX triplet: 37, 63 and 47. RGB value is (55,99,71). Sum of RGB (Red+Green+Blue) = 55+99+71=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #376347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376347 is #C89CB8. Grayscale: #525252. Windows color (decimal): -13147321 or 4678455. OLE color: 4678455.

HSL color Cylindrical-coordinate representation of color #376347: hue angle of 141.82º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #376347 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 99 71 -
CMYK 0.44 0 0.28 0.61
HSL 141.82º 0.29% 0.3% -
HSV(B) 141.82º 0.44% 0.39% -
XYZ 7.17 10.19 7.55 -
YUV 82.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 55 99 71 0.44 0 0.28 0.61 141.82 0.29 0.3
Hex 37 63 47 2C 0 1C 3D 8E 1D 1E
Octal 67 143 107 54 0 34 75 216 35 36
Binary 110111 1100011 1000111 101100 0 11100 111101 10001110 11101 11110

Color Harmonies of #376347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376347

Black with #376347

Text Example


Text Example

White with #376347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376347; }

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

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

background-color css

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

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

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

border-color css

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

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

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