#436220

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

Shades of Dell #436220

Tints of Dell #436220

Color information

#436220 (or 0x436220) is unknown color: approx Dell. HEX triplet: 43, 62 and 20. RGB value is (67,98,32). Sum of RGB (Red+Green+Blue) = 67+98+32=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #436220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #436220 is #BC9DDF. Grayscale: #515151. Windows color (decimal): -12361184 or 2122307. OLE color: 2122307.

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

Color convert

RGB679832-
CMYK0.3200.670.62
HSL88.18º50.77%25.49%-
HSV(B)88.18º67.35%38.43%-
XYZ6.9410.032.94-
YUV81.21100.23117.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.01%
GREEN value IS 98 (38.67% from 255) = 49.75%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=34.01%
G=49.75%
B=16.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6798320.3200.670.6288.1850.7725.49
Hex436220200433E583319
Octal10314240400103761306331
Binary1000011110001010000010000001000011111110101100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #436220; }

 p { color: rgb(67,98,32); }

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

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

 a { background-color: rgb(67,98,32); }

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

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

 span { border-color: rgb(67,98,32); }

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