Html Css Color HEX #376016 Dell

📋 copy color: '#376016'

red 55 ◦ green 96 ◦ blue 22

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

Shades of Dell #376016

Tints of Dell #376016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 55.49%

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

R = 31.79%
G = 55.49%
B = 12.72%

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

#376016 (or 0x376016) is known color: Dell. HEX triplet: 37, 60 and 16. RGB value is (55,96,22). Sum of RGB (Red+Green+Blue) = 55+96+22=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #376016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376016 is #C89FE9. Grayscale: #4B4B4B. Windows color (decimal): -13148138 or 1466423. OLE color: 1466423.

HSL color Cylindrical-coordinate representation of color #376016: hue angle of 93.24º 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 #376016 is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 96 22 -
CMYK 0.43 0 0.77 0.62
HSL 93.24º 0.63% 0.23% -
HSV(B) 93.24º 0.77% 0.38% -
XYZ 5.9 9.24 2.23 -
YUV 75.31 97.92 113.52 -
System Red Green Blue C M Y K H S L
Decimal 55 96 22 0.43 0 0.77 0.62 93.24 0.63 0.23
Hex 37 60 16 2B 0 4D 3E 5D 3F 17
Octal 67 140 26 53 0 115 76 135 77 27
Binary 110111 1100000 10110 101011 0 1001101 111110 1011101 111111 10111

Color Harmonies of #376016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376016

Black with #376016

Text Example


Text Example

White with #376016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376016; }

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

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

background-color css

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

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

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

border-color css

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

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

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