#38650F

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

Shades of Dell #38650F

Tints of Dell #38650F

Color information

#38650F (or 0x38650F) is unknown color: approx Dell. HEX triplet: 38, 65 and 0F. RGB value is (56,101,15). Sum of RGB (Red+Green+Blue) = 56+101+15=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 101 (39.84% from 255 or 58.72% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 101 - color contains mainly: green. Hex color #38650F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38650F is #C79AF0. Grayscale: #4E4E4E. Windows color (decimal): -13081329 or 1008952. OLE color: 1008952.

HSL color Cylindrical-coordinate representation of color #38650F: hue angle of 91.4º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38650F is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB5610115-
CMYK0.4500.850.60
HSL91.4º74.14%22.75%-
HSV(B)91.4º85.15%39.61%-
XYZ6.3710.182.08-
YUV77.7492.59112.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 101 (39.84% from 255) = 58.72%
BLUE value IS 15 (6.25% from 255) = 8.72%
R=32.56%
G=58.72%
B=8.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101150.4500.850.6091.474.1422.75
Hex3865F2D0553C5b4a17
Octal70145175501257413311227
Binary11100011001011111101101010101011111001011011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38650F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38650F; }

 p { color: rgb(56,101,15); }

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

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

 a { background-color: rgb(56,101,15); }

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

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

 span { border-color: rgb(56,101,15); }

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