Html Css Color HEX #376116 Dell

📋 copy color: '#376116'

red 55 ◦ green 97 ◦ blue 22

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

Shades of Dell #376116

Tints of Dell #376116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.64%

R = 31.61%
G = 55.75%
B = 12.64%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#376116 (or 0x376116) is known color: Dell. HEX triplet: 37, 61 and 16. RGB value is (55,97,22). Sum of RGB (Red+Green+Blue) = 55+97+22=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #376116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376116 is #C89EE9. Grayscale: #4C4C4C. Windows color (decimal): -13147882 or 1466679. OLE color: 1466679.

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

Color convert

RGB 55 97 22 -
CMYK 0.43 0 0.77 0.62
HSL 93.6º 0.63% 0.23% -
HSV(B) 93.6º 0.77% 0.38% -
XYZ 6 9.42 2.26 -
YUV 75.89 97.59 113.1 -
System Red Green Blue C M Y K H S L
Decimal 55 97 22 0.43 0 0.77 0.62 93.6 0.63 0.23
Hex 37 61 16 2B 0 4D 3E 5E 3F 17
Octal 67 141 26 53 0 115 76 136 77 27
Binary 110111 1100001 10110 101011 0 1001101 111110 1011110 111111 10111

Color Harmonies of #376116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376116

Black with #376116

Text Example


Text Example

White with #376116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376116; }

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

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

background-color css

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

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

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

border-color css

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

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

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