#376612

Color #376612 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #376612

Tints of Dell #376612

Color information

#376612 (or 0x376612) is unknown color: approx Dell. HEX triplet: 37, 66 and 12. RGB value is (55,102,18). Sum of RGB (Red+Green+Blue) = 55+102+18=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #376612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376612 is #C899ED. Grayscale: #4E4E4E. Windows color (decimal): -13146606 or 1205815. OLE color: 1205815.

HSL color Cylindrical-coordinate representation of color #376612: hue angle of 93.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #376612 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB5510218-
CMYK0.4600.820.6
HSL93.57º70%23.53%-
HSV(B)93.57º82.35%40%-
XYZ6.4410.362.23-
YUV78.3793.93111.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.43%
GREEN value IS 102 (40.23% from 255) = 58.29%
BLUE value IS 18 (7.42% from 255) = 10.29%
R=31.43%
G=58.29%
B=10.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55102180.4600.820.693.577023.53
Hex3766122E0523C5e4618
Octal67146225601227413610630
Binary110111110011010010101110010100101111001011110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376612; }

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

 H1.HeaderClassName
 {
   color: #376612;
 }
 .AnyTagClassName
 {
   color: #376612;
 }
</style>
background-color css

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

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

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

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

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

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