#4C6334

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

Shades of Dell #4C6334

Tints of Dell #4C6334

Color information

#4C6334 (or 0x4C6334) is unknown color: approx Dell. HEX triplet: 4C, 63 and 34. RGB value is (76,99,52). Sum of RGB (Red+Green+Blue) = 76+99+52=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #4C6334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6334 is #B39CCB. Grayscale: #565656. Windows color (decimal): -11771084 or 3433292. OLE color: 3433292.

HSL color Cylindrical-coordinate representation of color #4C6334: hue angle of 89.36º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C6334 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB769952-
CMYK0.2300.470.61
HSL89.36º31.13%29.61%-
HSV(B)89.36º47.47%38.82%-
XYZ8.0610.714.89-
YUV86.76108.38120.32-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.48%
GREEN value IS 99 (39.06% from 255) = 43.61%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=33.48%
G=43.61%
B=22.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7699520.2300.470.6189.3631.1329.61
Hex4C63341702F3D591f1e
Octal1141436427057751313736
Binary1001100110001111010010111010111111110110110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,99,52); }

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

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

 a { background-color: rgb(76,99,52); }

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

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

 span { border-color: rgb(76,99,52); }

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