#436132

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

Shades of Dell #436132

Tints of Dell #436132

Color information

#436132 (or 0x436132) is unknown color: approx Dell. HEX triplet: 43, 61 and 32. RGB value is (67,97,50). Sum of RGB (Red+Green+Blue) = 67+97+50=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #436132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #436132 is #BC9ECD. Grayscale: #525252. Windows color (decimal): -12361422 or 3301699. OLE color: 3301699.

HSL color Cylindrical-coordinate representation of color #436132: hue angle of 98.3º 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 #436132 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB679750-
CMYK0.3100.480.62
HSL98.3º31.97%28.82%-
HSV(B)98.3º48.45%38.04%-
XYZ7.179.974.56-
YUV82.67109.56116.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.31%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 50 (19.92% from 255) = 23.36%
R=31.31%
G=45.33%
B=23.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6797500.3100.480.6298.331.9728.82
Hex4361321F0303E62201d
Octal1031416237060761424035
Binary10000111100001110010111110110000111110110001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #436132; }

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

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

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

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

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

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

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

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