Html Css Color HEX #376113 Dell

📋 copy color: '#376113'

red 55 ◦ green 97 ◦ blue 19

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

Shades of Dell #376113

Tints of Dell #376113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 32.16%
G = 56.73%
B = 11.11%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#376113 (or 0x376113) is known color: Dell. HEX triplet: 37, 61 and 13. RGB value is (55,97,19). Sum of RGB (Red+Green+Blue) = 55+97+19=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #376113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376113 is #C89EEC. Grayscale: #4B4B4B. Windows color (decimal): -13147885 or 1270071. OLE color: 1270071.

HSL color Cylindrical-coordinate representation of color #376113: hue angle of 92.31º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #376113 is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 97 19 -
CMYK 0.43 0 0.80 0.62
HSL 92.31º 0.67% 0.23% -
HSV(B) 92.31º 0.8% 0.38% -
XYZ 5.97 9.41 2.12 -
YUV 75.55 96.09 113.34 -
System Red Green Blue C M Y K H S L
Decimal 55 97 19 0.43 0 0.80 0.62 92.31 0.67 0.23
Hex 37 61 13 2B 0 50 3E 5C 43 17
Octal 67 141 23 53 0 120 76 134 103 27
Binary 110111 1100001 10011 101011 0 1010000 111110 1011100 1000011 10111

Color Harmonies of #376113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376113

Black with #376113

Text Example


Text Example

White with #376113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376113; }

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

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

background-color css

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

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

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

border-color css

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

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

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