#4B6736

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

Shades of Dell #4B6736

Tints of Dell #4B6736

Color information

#4B6736 (or 0x4B6736) is unknown color: approx Dell. HEX triplet: 4B, 67 and 36. RGB value is (75,103,54). Sum of RGB (Red+Green+Blue) = 75+103+54=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #4B6736 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6736 is #B498C9. Grayscale: #595959. Windows color (decimal): -11835594 or 3565387. OLE color: 3565387.

HSL color Cylindrical-coordinate representation of color #4B6736: hue angle of 94.29º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B6736 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB7510354-
CMYK0.2700.480.60
HSL94.29º31.21%30.78%-
HSV(B)94.29º47.57%40.39%-
XYZ8.4211.465.26-
YUV89.04108.22117.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.33%
GREEN value IS 103 (40.62% from 255) = 44.40%
BLUE value IS 54 (21.48% from 255) = 23.28%
R=32.33%
G=44.40%
B=23.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75103540.2700.480.6094.2931.2130.78
Hex4B67361B0303C5e1f1f
Octal1131476633060741363737
Binary1001011110011111011011011011000011110010111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,103,54); }

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

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

 a { background-color: rgb(75,103,54); }

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

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

 span { border-color: rgb(75,103,54); }

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