Html Css Color HEX #376316 Dell

📋 copy color: '#376316'

red 55 ◦ green 99 ◦ blue 22

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

Shades of Dell #376316

Tints of Dell #376316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 56.25%

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

R = 31.25%
G = 56.25%
B = 12.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#376316 (or 0x376316) is known color: Dell. HEX triplet: 37, 63 and 16. RGB value is (55,99,22). Sum of RGB (Red+Green+Blue) = 55+99+22=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #376316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376316 is #C89CE9. Grayscale: #4D4D4D. Windows color (decimal): -13147370 or 1467191. OLE color: 1467191.

HSL color Cylindrical-coordinate representation of color #376316: hue angle of 94.29º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #376316 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 99 22 -
CMYK 0.44 0 0.78 0.61
HSL 94.29º 0.64% 0.24% -
HSV(B) 94.29º 0.78% 0.39% -
XYZ 6.18 9.79 2.32 -
YUV 77.07 96.92 112.26 -
System Red Green Blue C M Y K H S L
Decimal 55 99 22 0.44 0 0.78 0.61 94.29 0.64 0.24
Hex 37 63 16 2C 0 4E 3D 5E 40 18
Octal 67 143 26 54 0 116 75 136 100 30
Binary 110111 1100011 10110 101100 0 1001110 111101 1011110 1000000 11000

Color Harmonies of #376316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376316

Black with #376316

Text Example


Text Example

White with #376316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376316; }

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

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

background-color css

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

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

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

border-color css

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

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

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