#38601B

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

Shades of Dell #38601B

Tints of Dell #38601B

Color information

#38601B (or 0x38601B) is unknown color: approx Dell. HEX triplet: 38, 60 and 1B. RGB value is (56,96,27). Sum of RGB (Red+Green+Blue) = 56+96+27=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #38601B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38601B is #C79FE4. Grayscale: #4C4C4C. Windows color (decimal): -13082597 or 1794104. OLE color: 1794104.

HSL color Cylindrical-coordinate representation of color #38601B: hue angle of 94.78º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38601B is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB569627-
CMYK0.4200.720.62
HSL94.78º56.1%24.12%-
HSV(B)94.78º71.88%37.65%-
XYZ6.019.292.51-
YUV76.17100.25113.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 27 (10.94% from 255) = 15.08%
R=31.28%
G=53.63%
B=15.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696270.4200.720.6294.7856.124.12
Hex38601B2A0483E5f3818
Octal7014033520110761377030
Binary11100011000001101110101001001000111110101111111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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