#436130

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

Shades of Dell #436130

Tints of Dell #436130

Color information

#436130 (or 0x436130) is unknown color: approx Dell. HEX triplet: 43, 61 and 30. RGB value is (67,97,48). Sum of RGB (Red+Green+Blue) = 67+97+48=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #436130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #436130 is #BC9ECF. Grayscale: #525252. Windows color (decimal): -12361424 or 3170627. OLE color: 3170627.

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

Color convert

RGB679748-
CMYK0.3100.510.62
HSL96.73º33.79%28.43%-
HSV(B)96.73º50.52%38.04%-
XYZ7.129.964.34-
YUV82.44108.56116.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.60%
GREEN value IS 97 (38.28% from 255) = 45.75%
BLUE value IS 48 (19.14% from 255) = 22.64%
R=31.60%
G=45.75%
B=22.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6797480.3100.510.6296.7333.7928.43
Hex4361301F0333E61221c
Octal1031416037063761414234
Binary10000111100001110000111110110011111110110000110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #436130; }

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

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

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

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

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

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

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

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