Html Css Color HEX #4B722A Dell

📋 copy color: '#4B722A'

red 75 ◦ green 114 ◦ blue 42

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

Shades of Dell #4B722A

Tints of Dell #4B722A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.18%

R = 32.47%
G = 49.35%
B = 18.18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#4B722A (or 0x4B722A) is known color: Dell. HEX triplet: 4B, 72 and 2A. RGB value is (75,114,42). Sum of RGB (Red+Green+Blue) = 75+114+42=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #4B722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B722A is #B48DD5. Grayscale: #5E5E5E. Windows color (decimal): -11832790 or 2781771. OLE color: 2781771.

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

Color convert

RGB 75 114 42 -
CMYK 0.34 0 0.63 0.55
HSL 92.5º 0.46% 0.31% -
HSV(B) 92.5º 0.63% 0.45% -
XYZ 9.34 13.7 4.34 -
YUV 94.13 98.58 114.35 -
System Red Green Blue C M Y K H S L
Decimal 75 114 42 0.34 0 0.63 0.55 92.5 0.46 0.31
Hex 4B 72 2A 22 0 3F 37 5C 2E 1F
Octal 113 162 52 42 0 77 67 134 56 37
Binary 1001011 1110010 101010 100010 0 111111 110111 1011100 101110 11111

Color Harmonies of #4B722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B722A

Black with #4B722A

Text Example


Text Example

White with #4B722A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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