Html Css Color HEX #4B7037 Dell

📋 copy color: '#4B7037'

red 75 ◦ green 112 ◦ blue 55

#4B7037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #4B7037

Tints of Dell #4B7037

RGB

 RED value IS 75 (29.69% from 255) = 30.99%

 GREEN value IS 112 (44.14% from 255) = 46.28%

 BLUE value IS 55 (21.88% from 255) = 22.73%

R = 30.99%
G = 46.28%
B = 22.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#4B7037 (or 0x4B7037) is known color: Dell. HEX triplet: 4B, 70 and 37. RGB value is (75,112,55). Sum of RGB (Red+Green+Blue) = 75+112+55=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7037 is #B48FC8. Grayscale: #5E5E5E. Windows color (decimal): -11833289 or 3633227. OLE color: 3633227.

HSL color Cylindrical-coordinate representation of color #4B7037: hue angle of 98.95º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B7037 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 112 55 -
CMYK 0.33 0 0.51 0.56
HSL 98.95º 0.34% 0.33% -
HSV(B) 98.95º 0.51% 0.44% -
XYZ 9.39 13.36 5.7 -
YUV 94.44 105.74 114.13 -
System Red Green Blue C M Y K H S L
Decimal 75 112 55 0.33 0 0.51 0.56 98.95 0.34 0.33
Hex 4B 70 37 21 0 33 38 63 22 21
Octal 113 160 67 41 0 63 70 143 42 41
Binary 1001011 1110000 110111 100001 0 110011 111000 1100011 100010 100001

Color Harmonies of #4B7037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7037

Black with #4B7037

Text Example


Text Example

White with #4B7037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,112,55); }

 H1.HeaderClassName
 {
   color: #4B7037;
 }
 .AnyTagClassName
 {
   color: #4B7037;
 }
</style>

background-color css

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

 a { background-color: rgb(75,112,55); }

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

border-color css

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

 span { border-color: rgb(75,112,55); }

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