Html Css Color HEX #376548 Plantation

📋 copy color: '#376548'

red 55 ◦ green 101 ◦ blue 72

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

Shades of Plantation #376548

Tints of Plantation #376548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.3%

 BLUE value IS 72 (28.52% from 255) = 31.58%

R = 24.12%
G = 44.3%
B = 31.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#376548 (or 0x376548) is known color: Plantation. HEX triplet: 37, 65 and 48. RGB value is (55,101,72). Sum of RGB (Red+Green+Blue) = 55+101+72=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 101 - color contains mainly: green. Hex color #376548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376548 is #C89AB7. Grayscale: #545454. Windows color (decimal): -13146808 or 4744503. OLE color: 4744503.

HSL color Cylindrical-coordinate representation of color #376548: hue angle of 142.17º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #376548 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 101 72 -
CMYK 0.46 0 0.29 0.60
HSL 142.17º 0.29% 0.31% -
HSV(B) 142.17º 0.46% 0.4% -
XYZ 7.4 10.59 7.78 -
YUV 83.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 55 101 72 0.46 0 0.29 0.60 142.17 0.29 0.31
Hex 37 65 48 2E 0 1D 3C 8E 1D 1F
Octal 67 145 110 56 0 35 74 216 35 37
Binary 110111 1100101 1001000 101110 0 11101 111100 10001110 11101 11111

Color Harmonies of #376548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376548

Black with #376548

Text Example


Text Example

White with #376548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376548; }

 p { color: rgb(55,101,72); }

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

background-color css

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

 a { background-color: rgb(55,101,72); }

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

border-color css

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

 span { border-color: rgb(55,101,72); }

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