#36621C

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

Shades of Dell #36621C

Tints of Dell #36621C

Color information

#36621C (or 0x36621C) is unknown color: approx Dell. HEX triplet: 36, 62 and 1C. RGB value is (54,98,28). Sum of RGB (Red+Green+Blue) = 54+98+28=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #36621C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36621C is #C99DE3. Grayscale: #4D4D4D. Windows color (decimal): -13213156 or 1860150. OLE color: 1860150.

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

Color convert

RGB549828-
CMYK0.4500.710.62
HSL97.71º55.56%24.71%-
HSV(B)97.71º71.43%38.43%-
XYZ6.19.62.63-
YUV76.86100.42111.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30%
GREEN value IS 98 (38.67% from 255) = 54.44%
BLUE value IS 28 (11.33% from 255) = 15.56%
R=30%
G=54.44%
B=15.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498280.4500.710.6297.7155.5624.71
Hex36621C2D0473E623819
Octal6614234550107761427031
Binary11011011000101110010110101000111111110110001011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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