#4B7731

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

Shades of Dell #4B7731

Tints of Dell #4B7731

Color information

#4B7731 (or 0x4B7731) is unknown color: approx Dell. HEX triplet: 4B, 77 and 31. RGB value is (75,119,49). Sum of RGB (Red+Green+Blue) = 75+119+49=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #4B7731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7731 is #B488CE. Grayscale: #626262. Windows color (decimal): -11831503 or 3241803. OLE color: 3241803.

HSL color Cylindrical-coordinate representation of color #4B7731: hue angle of 97.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B7731 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB7511949-
CMYK0.3700.590.53
HSL97.71º41.67%32.94%-
HSV(B)97.71º58.82%46.67%-
XYZ10.0514.915.25-
YUV97.86100.42111.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.86%
GREEN value IS 119 (46.88% from 255) = 48.97%
BLUE value IS 49 (19.53% from 255) = 20.16%
R=30.86%
G=48.97%
B=20.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75119490.3700.590.5397.7141.6732.94
Hex4B77312503B35622a21
Octal1131676145073651425241
Binary1001011111011111000110010101110111101011100010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,119,49); }

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

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

 a { background-color: rgb(75,119,49); }

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

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

 span { border-color: rgb(75,119,49); }

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