Html Css Color HEX #4B7232 Dell

📋 copy color: '#4B7232'

red 75 ◦ green 114 ◦ blue 50

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

Shades of Dell #4B7232

Tints of Dell #4B7232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.7%

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

R = 31.38%
G = 47.7%
B = 20.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#4B7232 (or 0x4B7232) is known color: Dell. HEX triplet: 4B, 72 and 32. RGB value is (75,114,50). Sum of RGB (Red+Green+Blue) = 75+114+50=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7232 is #B48DCD. Grayscale: #5F5F5F. Windows color (decimal): -11832782 or 3306059. OLE color: 3306059.

HSL color Cylindrical-coordinate representation of color #4B7232: hue angle of 96.56º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B7232 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 114 50 -
CMYK 0.34 0 0.56 0.55
HSL 96.56º 0.39% 0.32% -
HSV(B) 96.56º 0.56% 0.45% -
XYZ 9.49 13.76 5.17 -
YUV 95.04 102.58 113.7 -
System Red Green Blue C M Y K H S L
Decimal 75 114 50 0.34 0 0.56 0.55 96.56 0.39 0.32
Hex 4B 72 32 22 0 38 37 61 27 20
Octal 113 162 62 42 0 70 67 141 47 40
Binary 1001011 1110010 110010 100010 0 111000 110111 1100001 100111 100000

Color Harmonies of #4B7232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7232

Black with #4B7232

Text Example


Text Example

White with #4B7232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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