#39611A

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

Shades of Dell #39611A

Tints of Dell #39611A

Color information

#39611A (or 0x39611A) is unknown color: approx Dell. HEX triplet: 39, 61 and 1A. RGB value is (57,97,26). Sum of RGB (Red+Green+Blue) = 57+97+26=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #39611A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39611A is #C69EE5. Grayscale: #4D4D4D. Windows color (decimal): -13016806 or 1728825. OLE color: 1728825.

HSL color Cylindrical-coordinate representation of color #39611A: hue angle of 93.8º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39611A is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB579726-
CMYK0.4100.730.62
HSL93.8º57.72%24.12%-
HSV(B)93.8º73.2%38.04%-
XYZ6.159.492.49-
YUV76.9599.25113.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 97 (38.28% from 255) = 53.89%
BLUE value IS 26 (10.55% from 255) = 14.44%
R=31.67%
G=53.89%
B=14.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5797260.4100.730.6293.857.7224.12
Hex39611A290493E5e3a18
Octal7114132510111761367230
Binary11100111000011101010100101001001111110101111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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