#436030

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

Shades of Dell #436030

Tints of Dell #436030

Color information

#436030 (or 0x436030) is unknown color: approx Dell. HEX triplet: 43, 60 and 30. RGB value is (67,96,48). Sum of RGB (Red+Green+Blue) = 67+96+48=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #436030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #436030 is #BC9FCF. Grayscale: #525252. Windows color (decimal): -12361680 or 3170371. OLE color: 3170371.

HSL color Cylindrical-coordinate representation of color #436030: hue angle of 96.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #436030 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB679648-
CMYK0.3000.500.62
HSL96.25º33.33%28.24%-
HSV(B)96.25º50%37.65%-
XYZ7.039.774.31-
YUV81.86108.89117.4-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.75%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 48 (19.14% from 255) = 22.75%
R=31.75%
G=45.50%
B=22.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6796480.3000.500.6296.2533.3328.24
Hex4360301E0323E60211c
Octal1031406036062761404134
Binary10000111100000110000111100110010111110110000010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #436030; }

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

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

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

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

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

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

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

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