#36621B

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

Shades of Dell #36621B

Tints of Dell #36621B

Color information

#36621B (or 0x36621B) is unknown color: approx Dell. HEX triplet: 36, 62 and 1B. RGB value is (54,98,27). Sum of RGB (Red+Green+Blue) = 54+98+27=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 98 (38.67% from 255 or 54.75% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 98 - color contains mainly: green. Hex color #36621B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36621B is #C99DE4. Grayscale: #4C4C4C. Windows color (decimal): -13213157 or 1794614. OLE color: 1794614.

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

Color convert

RGB549827-
CMYK0.4500.720.62
HSL97.18º56.8%24.51%-
HSV(B)97.18º72.45%38.43%-
XYZ6.099.62.57-
YUV76.7599.92111.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.17%
GREEN value IS 98 (38.67% from 255) = 54.75%
BLUE value IS 27 (10.94% from 255) = 15.08%
R=30.17%
G=54.75%
B=15.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498270.4500.720.6297.1856.824.51
Hex36621B2D0483E613919
Octal6614233550110761417131
Binary11011011000101101110110101001000111110110000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36621B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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