#39611D

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

Shades of Dell #39611D

Tints of Dell #39611D

Color information

#39611D (or 0x39611D) is unknown color: approx Dell. HEX triplet: 39, 61 and 1D. RGB value is (57,97,29). Sum of RGB (Red+Green+Blue) = 57+97+29=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #39611D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39611D is #C69EE2. Grayscale: #4D4D4D. Windows color (decimal): -13016803 or 1925433. OLE color: 1925433.

HSL color Cylindrical-coordinate representation of color #39611D: hue angle of 95.29º 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 #39611D is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB579729-
CMYK0.4100.700.62
HSL95.29º53.97%24.71%-
HSV(B)95.29º70.1%38.04%-
XYZ6.189.512.67-
YUV77.29100.75113.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.15%
GREEN value IS 97 (38.28% from 255) = 53.01%
BLUE value IS 29 (11.72% from 255) = 15.85%
R=31.15%
G=53.01%
B=15.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5797290.4100.700.6295.2953.9724.71
Hex39611D290463E5f3619
Octal7114135510106761376631
Binary11100111000011110110100101000110111110101111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,97,29); }

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

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

 a { background-color: rgb(57,97,29); }

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

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

 span { border-color: rgb(57,97,29); }

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