Html Css Color HEX #4B7432 Dell

📋 copy color: '#4B7432'

red 75 ◦ green 116 ◦ blue 50

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

Shades of Dell #4B7432

Tints of Dell #4B7432

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.13%

 BLUE value IS 50 (19.92% from 255) = 20.75%

R = 31.12%
G = 48.13%
B = 20.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#4B7432 (or 0x4B7432) is known color: Dell. HEX triplet: 4B, 74 and 32. RGB value is (75,116,50). Sum of RGB (Red+Green+Blue) = 75+116+50=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #4B7432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7432 is #B48BCD. Grayscale: #606060. Windows color (decimal): -11832270 or 3306571. OLE color: 3306571.

HSL color Cylindrical-coordinate representation of color #4B7432: hue angle of 97.27º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B7432 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 116 50 -
CMYK 0.35 0 0.57 0.55
HSL 97.27º 0.4% 0.33% -
HSV(B) 97.27º 0.57% 0.45% -
XYZ 9.72 14.22 5.25 -
YUV 96.22 101.92 112.87 -
System Red Green Blue C M Y K H S L
Decimal 75 116 50 0.35 0 0.57 0.55 97.27 0.4 0.33
Hex 4B 74 32 23 0 39 37 61 28 21
Octal 113 164 62 43 0 71 67 141 50 41
Binary 1001011 1110100 110010 100011 0 111001 110111 1100001 101000 100001

Color Harmonies of #4B7432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7432

Black with #4B7432

Text Example


Text Example

White with #4B7432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,116,50); }

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

background-color css

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

 a { background-color: rgb(75,116,50); }

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

border-color css

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

 span { border-color: rgb(75,116,50); }

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