#38601E

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

Shades of Dell #38601E

Tints of Dell #38601E

Color information

#38601E (or 0x38601E) is unknown color: approx Dell. HEX triplet: 38, 60 and 1E. RGB value is (56,96,30). Sum of RGB (Red+Green+Blue) = 56+96+30=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #38601E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38601E is #C79FE1. Grayscale: #4C4C4C. Windows color (decimal): -13082594 or 1990712. OLE color: 1990712.

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

Color convert

RGB569630-
CMYK0.4200.690.62
HSL96.36º52.38%24.71%-
HSV(B)96.36º68.75%37.65%-
XYZ6.059.32.7-
YUV76.52101.75113.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.77%
GREEN value IS 96 (37.89% from 255) = 52.75%
BLUE value IS 30 (12.11% from 255) = 16.48%
R=30.77%
G=52.75%
B=16.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696300.4200.690.6296.3652.3824.71
Hex38601E2A0453E603419
Octal7014036520105761406431
Binary11100011000001111010101001000101111110110000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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