#436032

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

Shades of Dell #436032

Tints of Dell #436032

Color information

#436032 (or 0x436032) is unknown color: approx Dell. HEX triplet: 43, 60 and 32. RGB value is (67,96,50). Sum of RGB (Red+Green+Blue) = 67+96+50=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #436032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #436032 is #BC9FCD. Grayscale: #525252. Windows color (decimal): -12361678 or 3301443. OLE color: 3301443.

HSL color Cylindrical-coordinate representation of color #436032: hue angle of 97.83º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #436032 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB679650-
CMYK0.3000.480.62
HSL97.83º31.51%28.63%-
HSV(B)97.83º47.92%37.65%-
XYZ7.079.794.53-
YUV82.08109.89117.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.46%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=31.46%
G=45.07%
B=23.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6796500.3000.480.6297.8331.5128.63
Hex4360321E0303E62201d
Octal1031406236060761424035
Binary10000111100000110010111100110000111110110001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #436032; }

 p { color: rgb(67,96,50); }

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

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

 a { background-color: rgb(67,96,50); }

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

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

 span { border-color: rgb(67,96,50); }

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