#38601D

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

Shades of Dell #38601D

Tints of Dell #38601D

Color information

#38601D (or 0x38601D) is unknown color: approx Dell. HEX triplet: 38, 60 and 1D. RGB value is (56,96,29). Sum of RGB (Red+Green+Blue) = 56+96+29=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #38601D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38601D is #C79FE2. Grayscale: #4C4C4C. Windows color (decimal): -13082595 or 1925176. OLE color: 1925176.

HSL color Cylindrical-coordinate representation of color #38601D: hue angle of 95.82º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38601D is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB569629-
CMYK0.4200.700.62
HSL95.82º53.6%24.51%-
HSV(B)95.82º69.79%37.65%-
XYZ6.049.32.64-
YUV76.4101.25113.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 96 (37.89% from 255) = 53.04%
BLUE value IS 29 (11.72% from 255) = 16.02%
R=30.94%
G=53.04%
B=16.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696290.4200.700.6295.8253.624.51
Hex38601D2A0463E603619
Octal7014035520106761406631
Binary11100011000001110110101001000110111110110000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38601D; }

 p { color: rgb(56,96,29); }

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

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

 a { background-color: rgb(56,96,29); }

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

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

 span { border-color: rgb(56,96,29); }

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