#39671B

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

Shades of Dell #39671B

Tints of Dell #39671B

Color information

#39671B (or 0x39671B) is unknown color: approx Dell. HEX triplet: 39, 67 and 1B. RGB value is (57,103,27). Sum of RGB (Red+Green+Blue) = 57+103+27=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #39671B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39671B is #C698E4. Grayscale: #505050. Windows color (decimal): -13015269 or 1795897. OLE color: 1795897.

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

Color convert

RGB5710327-
CMYK0.4500.740.60
HSL96.32º58.46%25.49%-
HSV(B)96.32º73.79%40.39%-
XYZ6.7410.652.74-
YUV80.5897.76111.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.48%
GREEN value IS 103 (40.62% from 255) = 55.08%
BLUE value IS 27 (10.94% from 255) = 14.44%
R=30.48%
G=55.08%
B=14.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57103270.4500.740.6096.3258.4625.49
Hex39671B2D04A3C603a19
Octal7114733550112741407231
Binary11100111001111101110110101001010111100110000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39671B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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