#436F2F

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

Shades of Dell #436F2F

Tints of Dell #436F2F

Color information

#436F2F (or 0x436F2F) is unknown color: approx Dell. HEX triplet: 43, 6F and 2F. RGB value is (67,111,47). Sum of RGB (Red+Green+Blue) = 67+111+47=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #436F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #436F2F is #BC90D0. Grayscale: #5A5A5A. Windows color (decimal): -12357841 or 3108675. OLE color: 3108675.

HSL color Cylindrical-coordinate representation of color #436F2F: hue angle of 101.25º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #436F2F is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB6711147-
CMYK0.4000.580.56
HSL101.25º40.51%30.98%-
HSV(B)101.25º57.66%43.53%-
XYZ8.5112.774.71-
YUV90.55103.42111.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.78%
GREEN value IS 111 (43.75% from 255) = 49.33%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=29.78%
G=49.33%
B=20.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67111470.4000.580.56101.2540.5130.98
Hex436F2F2803A3865291f
Octal1031575750072701455137
Binary100001111011111011111010000111010111000110010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #436F2F; }

 p { color: rgb(67,111,47); }

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

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

 a { background-color: rgb(67,111,47); }

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

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

 span { border-color: rgb(67,111,47); }

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