#4A632B

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

Shades of Dell #4A632B

Tints of Dell #4A632B

Color information

#4A632B (or 0x4A632B) is unknown color: approx Dell. HEX triplet: 4A, 63 and 2B. RGB value is (74,99,43). Sum of RGB (Red+Green+Blue) = 74+99+43=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #4A632B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A632B is #B59CD4. Grayscale: #555555. Windows color (decimal): -11902165 or 2843466. OLE color: 2843466.

HSL color Cylindrical-coordinate representation of color #4A632B: hue angle of 86.79º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A632B is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB749943-
CMYK0.2500.570.61
HSL86.79º39.44%27.84%-
HSV(B)86.79º56.57%38.82%-
XYZ7.7210.553.92-
YUV85.14104.22120.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.26%
GREEN value IS 99 (39.06% from 255) = 45.83%
BLUE value IS 43 (17.19% from 255) = 19.91%
R=34.26%
G=45.83%
B=19.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7499430.2500.570.6186.7939.4427.84
Hex4A632B190393D57271c
Octal1121435331071751274734
Binary10010101100011101011110010111001111101101011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A632B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,99,43); }

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

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

 a { background-color: rgb(74,99,43); }

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

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

 span { border-color: rgb(74,99,43); }

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