#36651B

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

Shades of Dell #36651B

Tints of Dell #36651B

Color information

#36651B (or 0x36651B) is unknown color: approx Dell. HEX triplet: 36, 65 and 1B. RGB value is (54,101,27). Sum of RGB (Red+Green+Blue) = 54+101+27=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 101 (39.84% from 255 or 55.49% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 101 - color contains mainly: green. Hex color #36651B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36651B is #C99AE4. Grayscale: #4E4E4E. Windows color (decimal): -13212389 or 1795382. OLE color: 1795382.

HSL color Cylindrical-coordinate representation of color #36651B: hue angle of 98.11º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36651B is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB5410127-
CMYK0.4700.730.60
HSL98.11º57.81%25.1%-
HSV(B)98.11º73.27%39.61%-
XYZ6.3710.172.66-
YUV78.5198.93110.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.67%
GREEN value IS 101 (39.84% from 255) = 55.49%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=29.67%
G=55.49%
B=14.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54101270.4700.730.6098.1157.8125.1
Hex36651B2F0493C623a19
Octal6614533570111741427231
Binary11011011001011101110111101001001111100110001011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36651B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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