#39621D

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

Shades of Dell #39621D

Tints of Dell #39621D

Color information

#39621D (or 0x39621D) is unknown color: approx Dell. HEX triplet: 39, 62 and 1D. RGB value is (57,98,29). Sum of RGB (Red+Green+Blue) = 57+98+29=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #39621D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39621D is #C69DE2. Grayscale: #4E4E4E. Windows color (decimal): -13016547 or 1925689. OLE color: 1925689.

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

Color convert

RGB579829-
CMYK0.4200.700.62
HSL95.65º54.33%24.9%-
HSV(B)95.65º70.41%38.43%-
XYZ6.289.692.7-
YUV77.87100.42113.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.98%
GREEN value IS 98 (38.67% from 255) = 53.26%
BLUE value IS 29 (11.72% from 255) = 15.76%
R=30.98%
G=53.26%
B=15.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798290.4200.700.6295.6554.3324.9
Hex39621D2A0463E603619
Octal7114235520106761406631
Binary11100111000101110110101001000110111110110000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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