#4B6135

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

Shades of Dell #4B6135

Tints of Dell #4B6135

Color information

#4B6135 (or 0x4B6135) is unknown color: approx Dell. HEX triplet: 4B, 61 and 35. RGB value is (75,97,53). Sum of RGB (Red+Green+Blue) = 75+97+53=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #4B6135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6135 is #B49ECA. Grayscale: #555555. Windows color (decimal): -11837131 or 3498315. OLE color: 3498315.

HSL color Cylindrical-coordinate representation of color #4B6135: hue angle of 90º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B6135 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB759753-
CMYK0.2300.450.62
HSL90º29.33%29.41%-
HSV(B)90º45.36%38.04%-
XYZ7.8210.34.94-
YUV85.41109.71120.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=33.33%
G=43.11%
B=23.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7597530.2300.450.629029.3329.41
Hex4B61351702D3E5a1d1d
Octal1131416527055761323535
Binary1001011110000111010110111010110111111010110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,97,53); }

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

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

 a { background-color: rgb(75,97,53); }

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

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

 span { border-color: rgb(75,97,53); }

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