#40662B

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

Shades of Dell #40662B

Tints of Dell #40662B

Color information

#40662B (or 0x40662B) is unknown color: approx Dell. HEX triplet: 40, 66 and 2B. RGB value is (64,102,43). Sum of RGB (Red+Green+Blue) = 64+102+43=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #40662B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40662B is #BF99D4. Grayscale: #545454. Windows color (decimal): -12556757 or 2844224. OLE color: 2844224.

HSL color Cylindrical-coordinate representation of color #40662B: hue angle of 98.64º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40662B is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB6410243-
CMYK0.3700.580.6
HSL98.64º40.69%28.43%-
HSV(B)98.64º57.84%40%-
XYZ7.310.773.98-
YUV83.91104.91113.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 102 (40.23% from 255) = 48.80%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=30.62%
G=48.80%
B=20.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64102430.3700.580.698.6440.6928.43
Hex40662B2503A3C63291c
Octal1001465345072741435134
Binary100000011001101010111001010111010111100110001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,102,43); }

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

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

 a { background-color: rgb(64,102,43); }

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

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

 span { border-color: rgb(64,102,43); }

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