#38611F

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

Shades of Dell #38611F

Tints of Dell #38611F

Color information

#38611F (or 0x38611F) is unknown color: approx Dell. HEX triplet: 38, 61 and 1F. RGB value is (56,97,31). Sum of RGB (Red+Green+Blue) = 56+97+31=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #38611F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38611F is #C79EE0. Grayscale: #4D4D4D. Windows color (decimal): -13082337 or 2056504. OLE color: 2056504.

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

Color convert

RGB569731-
CMYK0.4200.680.62
HSL97.27º51.56%25.1%-
HSV(B)97.27º68.04%38.04%-
XYZ6.159.492.8-
YUV77.22101.92112.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 97 (38.28% from 255) = 52.72%
BLUE value IS 31 (12.5% from 255) = 16.85%
R=30.43%
G=52.72%
B=16.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697310.4200.680.6297.2751.5625.1
Hex38611F2A0443E613419
Octal7014137520104761416431
Binary11100011000011111110101001000100111110110000111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,97,31); }

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

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

 a { background-color: rgb(56,97,31); }

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

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

 span { border-color: rgb(56,97,31); }

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