#36631B

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

Shades of Dell #36631B

Tints of Dell #36631B

Color information

#36631B (or 0x36631B) is unknown color: approx Dell. HEX triplet: 36, 63 and 1B. RGB value is (54,99,27). Sum of RGB (Red+Green+Blue) = 54+99+27=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #36631B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36631B is #C99CE4. Grayscale: #4D4D4D. Windows color (decimal): -13212901 or 1794870. OLE color: 1794870.

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

Color convert

RGB549927-
CMYK0.4500.730.61
HSL97.5º57.14%24.71%-
HSV(B)97.5º72.73%38.82%-
XYZ6.189.792.6-
YUV77.3499.59111.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30%
GREEN value IS 99 (39.06% from 255) = 55%
BLUE value IS 27 (10.94% from 255) = 15%
R=30%
G=55%
B=15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5499270.4500.730.6197.557.1424.71
Hex36631B2D0493D623919
Octal6614333550111751427131
Binary11011011000111101110110101001001111101110001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36631B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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