#39651B

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

Shades of Dell #39651B

Tints of Dell #39651B

Color information

#39651B (or 0x39651B) is unknown color: approx Dell. HEX triplet: 39, 65 and 1B. RGB value is (57,101,27). Sum of RGB (Red+Green+Blue) = 57+101+27=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 101 (39.84% from 255 or 54.59% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 101 - color contains mainly: green. Hex color #39651B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39651B is #C69AE4. Grayscale: #4F4F4F. Windows color (decimal): -13015781 or 1795385. OLE color: 1795385.

HSL color Cylindrical-coordinate representation of color #39651B: hue angle of 95.68º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39651B is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB5710127-
CMYK0.4400.730.60
HSL95.68º57.81%25.1%-
HSV(B)95.68º73.27%39.61%-
XYZ6.5410.262.67-
YUV79.4198.42112.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.81%
GREEN value IS 101 (39.84% from 255) = 54.59%
BLUE value IS 27 (10.94% from 255) = 14.59%
R=30.81%
G=54.59%
B=14.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57101270.4400.730.6095.6857.8125.1
Hex39651B2C0493C603a19
Octal7114533540111741407231
Binary11100111001011101110110001001001111100110000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39651B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39651B; }

 p { color: rgb(57,101,27); }

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

<style>
 a { background-color: #39651B; }

 a { background-color: rgb(57,101,27); }

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

<style>
 span { border-color: #39651B; }

 span { border-color: rgb(57,101,27); }

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