#436430

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

Shades of Dell #436430

Tints of Dell #436430

Color information

#436430 (or 0x436430) is unknown color: approx Dell. HEX triplet: 43, 64 and 30. RGB value is (67,100,48). Sum of RGB (Red+Green+Blue) = 67+100+48=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #436430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #436430 is #BC9BCF. Grayscale: #545454. Windows color (decimal): -12360656 or 3171395. OLE color: 3171395.

HSL color Cylindrical-coordinate representation of color #436430: hue angle of 98.08º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #436430 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB6710048-
CMYK0.3300.520.61
HSL98.08º35.14%29.02%-
HSV(B)98.08º52%39.22%-
XYZ7.4110.524.44-
YUV84.2107.57115.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.16%
GREEN value IS 100 (39.45% from 255) = 46.51%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=31.16%
G=46.51%
B=22.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal67100480.3300.520.6198.0835.1429.02
Hex436430210343D62231d
Octal1031446041064751424335
Binary100001111001001100001000010110100111101110001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #436430; }

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

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

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

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

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

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

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

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