#36621A

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

Shades of Dell #36621A

Tints of Dell #36621A

Color information

#36621A (or 0x36621A) is unknown color: approx Dell. HEX triplet: 36, 62 and 1A. RGB value is (54,98,26). Sum of RGB (Red+Green+Blue) = 54+98+26=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #36621A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36621A is #C99DE5. Grayscale: #4C4C4C. Windows color (decimal): -13213158 or 1729078. OLE color: 1729078.

HSL color Cylindrical-coordinate representation of color #36621A: hue angle of 96.67º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36621A is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB549826-
CMYK0.4500.730.62
HSL96.67º58.06%24.31%-
HSV(B)96.67º73.47%38.43%-
XYZ6.089.592.51-
YUV76.6499.42111.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.34%
GREEN value IS 98 (38.67% from 255) = 55.06%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=30.34%
G=55.06%
B=14.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498260.4500.730.6296.6758.0624.31
Hex36621A2D0493E613a18
Octal6614232550111761417230
Binary11011011000101101010110101001001111110110000111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36621A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36621A; }

 p { color: rgb(54,98,26); }

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

<style>
 a { background-color: #36621A; }

 a { background-color: rgb(54,98,26); }

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

<style>
 span { border-color: #36621A; }

 span { border-color: rgb(54,98,26); }

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