#39661D

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

Shades of Dell #39661D

Tints of Dell #39661D

Color information

#39661D (or 0x39661D) is unknown color: approx Dell. HEX triplet: 39, 66 and 1D. RGB value is (57,102,29). Sum of RGB (Red+Green+Blue) = 57+102+29=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #39661D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39661D is #C699E2. Grayscale: #505050. Windows color (decimal): -13015523 or 1926713. OLE color: 1926713.

HSL color Cylindrical-coordinate representation of color #39661D: hue angle of 96.99º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39661D is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB5710229-
CMYK0.4400.720.6
HSL96.99º55.73%25.69%-
HSV(B)96.99º71.57%40%-
XYZ6.6610.462.83-
YUV80.2299.09111.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.32%
GREEN value IS 102 (40.23% from 255) = 54.26%
BLUE value IS 29 (11.72% from 255) = 15.43%
R=30.32%
G=54.26%
B=15.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57102290.4400.720.696.9955.7325.69
Hex39661D2C0483C61381a
Octal7114635540110741417032
Binary11100111001101110110110001001000111100110000111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39661D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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