Html Css Color HEX #376112 Dell

📋 copy color: '#376112'

red 55 ◦ green 97 ◦ blue 18

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

Shades of Dell #376112

Tints of Dell #376112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.59%

R = 32.35%
G = 57.06%
B = 10.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#376112 (or 0x376112) is known color: Dell. HEX triplet: 37, 61 and 12. RGB value is (55,97,18). Sum of RGB (Red+Green+Blue) = 55+97+18=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #376112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376112 is #C89EED. Grayscale: #4B4B4B. Windows color (decimal): -13147886 or 1204535. OLE color: 1204535.

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

Color convert

RGB 55 97 18 -
CMYK 0.43 0 0.81 0.62
HSL 91.9º 0.69% 0.23% -
HSV(B) 91.9º 0.81% 0.38% -
XYZ 5.96 9.41 2.07 -
YUV 75.44 95.59 113.42 -
System Red Green Blue C M Y K H S L
Decimal 55 97 18 0.43 0 0.81 0.62 91.9 0.69 0.23
Hex 37 61 12 2B 0 51 3E 5C 45 17
Octal 67 141 22 53 0 121 76 134 105 27
Binary 110111 1100001 10010 101011 0 1010001 111110 1011100 1000101 10111

Color Harmonies of #376112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376112

Black with #376112

Text Example


Text Example

White with #376112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376112; }

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

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

background-color css

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

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

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

border-color css

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

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

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