Html Css Color HEX #376215 Dell

📋 copy color: '#376215'

red 55 ◦ green 98 ◦ blue 21

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

Shades of Dell #376215

Tints of Dell #376215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56.32%

 BLUE value IS 21 (8.59% from 255) = 12.07%

R = 31.61%
G = 56.32%
B = 12.07%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#376215 (or 0x376215) is known color: Dell. HEX triplet: 37, 62 and 15. RGB value is (55,98,21). Sum of RGB (Red+Green+Blue) = 55+98+21=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #376215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376215 is #C89DEA. Grayscale: #4C4C4C. Windows color (decimal): -13147627 or 1401399. OLE color: 1401399.

HSL color Cylindrical-coordinate representation of color #376215: hue angle of 93.51º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #376215 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 98 21 -
CMYK 0.44 0 0.79 0.62
HSL 93.51º 0.65% 0.23% -
HSV(B) 93.51º 0.79% 0.38% -
XYZ 6.08 9.6 2.24 -
YUV 76.37 96.75 112.76 -
System Red Green Blue C M Y K H S L
Decimal 55 98 21 0.44 0 0.79 0.62 93.51 0.65 0.23
Hex 37 62 15 2C 0 4F 3E 5E 41 17
Octal 67 142 25 54 0 117 76 136 101 27
Binary 110111 1100010 10101 101100 0 1001111 111110 1011110 1000001 10111

Color Harmonies of #376215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376215

Black with #376215

Text Example


Text Example

White with #376215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376215; }

 p { color: rgb(55,98,21); }

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

background-color css

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

 a { background-color: rgb(55,98,21); }

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

border-color css

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

 span { border-color: rgb(55,98,21); }

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