Html Css Color HEX #376019 Dell

📋 copy color: '#376019'

red 55 ◦ green 96 ◦ blue 25

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

Shades of Dell #376019

Tints of Dell #376019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.2%

R = 31.25%
G = 54.55%
B = 14.2%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#376019 (or 0x376019) is known color: Dell. HEX triplet: 37, 60 and 19. RGB value is (55,96,25). Sum of RGB (Red+Green+Blue) = 55+96+25=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #376019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376019 is #C89FE6. Grayscale: #4B4B4B. Windows color (decimal): -13148135 or 1663031. OLE color: 1663031.

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

Color convert

RGB 55 96 25 -
CMYK 0.43 0 0.74 0.62
HSL 94.65º 0.59% 0.24% -
HSV(B) 94.65º 0.74% 0.38% -
XYZ 5.93 9.25 2.39 -
YUV 75.65 99.42 113.27 -
System Red Green Blue C M Y K H S L
Decimal 55 96 25 0.43 0 0.74 0.62 94.65 0.59 0.24
Hex 37 60 19 2B 0 4A 3E 5F 3B 18
Octal 67 140 31 53 0 112 76 137 73 30
Binary 110111 1100000 11001 101011 0 1001010 111110 1011111 111011 11000

Color Harmonies of #376019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376019

Black with #376019

Text Example


Text Example

White with #376019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376019; }

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

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

background-color css

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

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

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

border-color css

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

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

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