#39631E

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

Shades of Dell #39631E

Tints of Dell #39631E

Color information

#39631E (or 0x39631E) is unknown color: approx Dell. HEX triplet: 39, 63 and 1E. RGB value is (57,99,30). Sum of RGB (Red+Green+Blue) = 57+99+30=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #39631E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39631E is #C69CE1. Grayscale: #4E4E4E. Windows color (decimal): -13016290 or 1991481. OLE color: 1991481.

HSL color Cylindrical-coordinate representation of color #39631E: hue angle of 96.52º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39631E is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB579930-
CMYK0.4200.700.61
HSL96.52º53.49%25.29%-
HSV(B)96.52º69.7%38.82%-
XYZ6.389.892.8-
YUV78.58100.59112.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.65%
GREEN value IS 99 (39.06% from 255) = 53.23%
BLUE value IS 30 (12.11% from 255) = 16.13%
R=30.65%
G=53.23%
B=16.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799300.4200.700.6196.5253.4925.29
Hex39631E2A0463D613519
Octal7114336520106751416531
Binary11100111000111111010101001000110111101110000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39631E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39631E; }

 p { color: rgb(57,99,30); }

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

<style>
 a { background-color: #39631E; }

 a { background-color: rgb(57,99,30); }

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

<style>
 span { border-color: #39631E; }

 span { border-color: rgb(57,99,30); }

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