#4C6733

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

Shades of Dell #4C6733

Tints of Dell #4C6733

Color information

#4C6733 (or 0x4C6733) is unknown color: approx Dell. HEX triplet: 4C, 67 and 33. RGB value is (76,103,51). Sum of RGB (Red+Green+Blue) = 76+103+51=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 103 - color contains mainly: green. Hex color #4C6733 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6733 is #B398CC. Grayscale: #595959. Windows color (decimal): -11770061 or 3368780. OLE color: 3368780.

HSL color Cylindrical-coordinate representation of color #4C6733: hue angle of 91.15º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C6733 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB7610351-
CMYK0.2600.500.60
HSL91.15º33.77%30.2%-
HSV(B)91.15º50.49%40.39%-
XYZ8.4311.484.9-
YUV89106.55118.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.04%
GREEN value IS 103 (40.62% from 255) = 44.78%
BLUE value IS 51 (20.31% from 255) = 22.17%
R=33.04%
G=44.78%
B=22.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76103510.2600.500.6091.1533.7730.2
Hex4C67331A0323C5b221e
Octal1141476332062741334236
Binary10011001100111110011110100110010111100101101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C6733; }

 p { color: rgb(76,103,51); }

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

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

 a { background-color: rgb(76,103,51); }

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

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

 span { border-color: rgb(76,103,51); }

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