#36670D

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

Shades of Dell #36670D

Tints of Dell #36670D

Color information

#36670D (or 0x36670D) is unknown color: approx Dell. HEX triplet: 36, 67 and 0D. RGB value is (54,103,13). Sum of RGB (Red+Green+Blue) = 54+103+13=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 103 (40.62% from 255 or 60.59% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 103 - color contains mainly: green. Hex color #36670D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36670D is #C998F2. Grayscale: #4E4E4E. Windows color (decimal): -13211891 or 878390. OLE color: 878390.

HSL color Cylindrical-coordinate representation of color #36670D: hue angle of 92.67º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36670D is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.

Color convert

RGB5410313-
CMYK0.4800.870.60
HSL92.67º77.59%22.75%-
HSV(B)92.67º87.38%40.39%-
XYZ6.4410.512.07-
YUV78.0991.27110.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.76%
GREEN value IS 103 (40.62% from 255) = 60.59%
BLUE value IS 13 (5.47% from 255) = 7.65%
R=31.76%
G=60.59%
B=7.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54103130.4800.870.6092.6777.5922.75
Hex3667D300573C5d4e17
Octal66147156001277413511627
Binary11011011001111101110000010101111111001011101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36670D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,103,13); }

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

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

 a { background-color: rgb(54,103,13); }

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

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

 span { border-color: rgb(54,103,13); }

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