#38680C

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

Shades of Dell #38680C

Tints of Dell #38680C

Color information

#38680C (or 0x38680C) is unknown color: approx Dell. HEX triplet: 38, 68 and 0C. RGB value is (56,104,12). Sum of RGB (Red+Green+Blue) = 56+104+12=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 104 (41.02% from 255 or 60.47% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 104 - color contains mainly: green. Hex color #38680C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38680C is #C797F3. Grayscale: #4F4F4F. Windows color (decimal): -13080564 or 813112. OLE color: 813112.

HSL color Cylindrical-coordinate representation of color #38680C: hue angle of 91.3º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38680C is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB5610412-
CMYK0.4600.880.59
HSL91.3º79.31%22.75%-
HSV(B)91.3º88.46%40.78%-
XYZ6.6510.772.08-
YUV79.1690.1111.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 104 (41.02% from 255) = 60.47%
BLUE value IS 12 (5.08% from 255) = 6.98%
R=32.56%
G=60.47%
B=6.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104120.4600.880.5991.379.3122.75
Hex3868C2E0583B5b4f17
Octal70150145601307313311727
Binary11100011010001100101110010110001110111011011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38680C; }

 p { color: rgb(56,104,12); }

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

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

 a { background-color: rgb(56,104,12); }

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

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

 span { border-color: rgb(56,104,12); }

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