Html Css Color HEX #376349 Plantation

📋 copy color: '#376349'

red 55 ◦ green 99 ◦ blue 73

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

Shades of Plantation #376349

Tints of Plantation #376349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 32.16%

R = 24.23%
G = 43.61%
B = 32.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#376349 (or 0x376349) is known color: Plantation. HEX triplet: 37, 63 and 49. RGB value is (55,99,73). Sum of RGB (Red+Green+Blue) = 55+99+73=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #376349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376349 is #C89CB6. Grayscale: #525252. Windows color (decimal): -13147319 or 4809527. OLE color: 4809527.

HSL color Cylindrical-coordinate representation of color #376349: hue angle of 144.55º 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 #376349 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 99 73 -
CMYK 0.44 0 0.26 0.61
HSL 144.55º 0.29% 0.3% -
HSV(B) 144.55º 0.44% 0.39% -
XYZ 7.24 10.22 7.89 -
YUV 82.88 122.42 108.11 -
System Red Green Blue C M Y K H S L
Decimal 55 99 73 0.44 0 0.26 0.61 144.55 0.29 0.3
Hex 37 63 49 2C 0 1A 3D 91 1D 1E
Octal 67 143 111 54 0 32 75 221 35 36
Binary 110111 1100011 1001001 101100 0 11010 111101 10010001 11101 11110

Color Harmonies of #376349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376349

Black with #376349

Text Example


Text Example

White with #376349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376349; }

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

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

background-color css

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

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

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

border-color css

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

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

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