Html Css Color HEX #376811 Dell

📋 copy color: '#376811'

red 55 ◦ green 104 ◦ blue 17

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

Shades of Dell #376811

Tints of Dell #376811

RGB

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

 GREEN value IS 104 (41.02% from 255) = 59.09%

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

R = 31.25%
G = 59.09%
B = 9.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#376811 (or 0x376811) is known color: Dell. HEX triplet: 37, 68 and 11. RGB value is (55,104,17). Sum of RGB (Red+Green+Blue) = 55+104+17=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 104 (41.02% from 255 or 59.09% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 104 - color contains mainly: green. Hex color #376811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376811 is #C897EE. Grayscale: #4F4F4F. Windows color (decimal): -13146095 or 1140791. OLE color: 1140791.

HSL color Cylindrical-coordinate representation of color #376811: hue angle of 93.79º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #376811 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 104 17 -
CMYK 0.47 0 0.84 0.59
HSL 93.79º 0.72% 0.24% -
HSV(B) 93.79º 0.84% 0.41% -
XYZ 6.63 10.75 2.26 -
YUV 79.43 92.77 110.57 -
System Red Green Blue C M Y K H S L
Decimal 55 104 17 0.47 0 0.84 0.59 93.79 0.72 0.24
Hex 37 68 11 2F 0 54 3B 5E 48 18
Octal 67 150 21 57 0 124 73 136 110 30
Binary 110111 1101000 10001 101111 0 1010100 111011 1011110 1001000 11000

Color Harmonies of #376811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376811

Black with #376811

Text Example


Text Example

White with #376811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376811; }

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

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

background-color css

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

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

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

border-color css

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

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

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