Html Css Color HEX #376013 Dell

📋 copy color: '#376013'

red 55 ◦ green 96 ◦ blue 19

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

Shades of Dell #376013

Tints of Dell #376013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.18%

R = 32.35%
G = 56.47%
B = 11.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#376013 (or 0x376013) is known color: Dell. HEX triplet: 37, 60 and 13. RGB value is (55,96,19). Sum of RGB (Red+Green+Blue) = 55+96+19=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #376013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376013 is #C89FEC. Grayscale: #4B4B4B. Windows color (decimal): -13148141 or 1269815. OLE color: 1269815.

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

Color convert

RGB 55 96 19 -
CMYK 0.43 0 0.80 0.62
HSL 91.95º 0.67% 0.23% -
HSV(B) 91.95º 0.8% 0.38% -
XYZ 5.88 9.22 2.09 -
YUV 74.96 96.42 113.76 -
System Red Green Blue C M Y K H S L
Decimal 55 96 19 0.43 0 0.80 0.62 91.95 0.67 0.23
Hex 37 60 13 2B 0 50 3E 5C 43 17
Octal 67 140 23 53 0 120 76 134 103 27
Binary 110111 1100000 10011 101011 0 1010000 111110 1011100 1000011 10111

Color Harmonies of #376013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376013

Black with #376013

Text Example


Text Example

White with #376013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376013; }

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

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

background-color css

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

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

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

border-color css

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

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

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