Html Css Color HEX #4A732E Dell

📋 copy color: '#4A732E'

red 74 ◦ green 115 ◦ blue 46

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

Shades of Dell #4A732E

Tints of Dell #4A732E

RGB

 RED value IS 74 (29.3% from 255) = 31.49%

 GREEN value IS 115 (45.31% from 255) = 48.94%

 BLUE value IS 46 (18.36% from 255) = 19.57%

R = 31.49%
G = 48.94%
B = 19.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.6

 K value IS 0.55

RGB Variations

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

Color information

#4A732E (or 0x4A732E) is known color: Dell. HEX triplet: 4A, 73 and 2E. RGB value is (74,115,46). Sum of RGB (Red+Green+Blue) = 74+115+46=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #4A732E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A732E is #B58CD1. Grayscale: #5F5F5F. Windows color (decimal): -11898066 or 3044170. OLE color: 3044170.

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

Color convert

RGB 74 115 46 -
CMYK 0.36 0 0.6 0.55
HSL 95.65º 0.43% 0.32% -
HSV(B) 95.65º 0.6% 0.45% -
XYZ 9.45 13.91 4.77 -
YUV 94.88 100.42 113.11 -
System Red Green Blue C M Y K H S L
Decimal 74 115 46 0.36 0 0.6 0.55 95.65 0.43 0.32
Hex 4A 73 2E 24 0 3C 37 60 2B 20
Octal 112 163 56 44 0 74 67 140 53 40
Binary 1001010 1110011 101110 100100 0 111100 110111 1100000 101011 100000

Color Harmonies of #4A732E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A732E

Black with #4A732E

Text Example


Text Example

White with #4A732E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,115,46); }

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

background-color css

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

 a { background-color: rgb(74,115,46); }

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

border-color css

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

 span { border-color: rgb(74,115,46); }

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