Html Css Color HEX #376111 Dell

📋 copy color: '#376111'

red 55 ◦ green 97 ◦ blue 17

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

Shades of Dell #376111

Tints of Dell #376111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.06%

R = 32.54%
G = 57.4%
B = 10.06%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#376111 (or 0x376111) is known color: Dell. HEX triplet: 37, 61 and 11. RGB value is (55,97,17). Sum of RGB (Red+Green+Blue) = 55+97+17=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #376111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376111 is #C89EEE. Grayscale: #4B4B4B. Windows color (decimal): -13147887 or 1138999. OLE color: 1138999.

HSL color Cylindrical-coordinate representation of color #376111: hue angle of 91.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #376111 is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 97 17 -
CMYK 0.43 0 0.82 0.62
HSL 91.5º 0.7% 0.22% -
HSV(B) 91.5º 0.82% 0.38% -
XYZ 5.95 9.4 2.03 -
YUV 75.32 95.09 113.5 -
System Red Green Blue C M Y K H S L
Decimal 55 97 17 0.43 0 0.82 0.62 91.5 0.7 0.22
Hex 37 61 11 2B 0 52 3E 5C 46 16
Octal 67 141 21 53 0 122 76 134 106 26
Binary 110111 1100001 10001 101011 0 1010010 111110 1011100 1000110 10110

Color Harmonies of #376111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376111

Black with #376111

Text Example


Text Example

White with #376111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376111; }

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

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

background-color css

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

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

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

border-color css

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

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

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