Html Css Color HEX #4A7328 Dell

📋 copy color: '#4A7328'

red 74 ◦ green 115 ◦ blue 40

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

Shades of Dell #4A7328

Tints of Dell #4A7328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.47%

R = 32.31%
G = 50.22%
B = 17.47%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#4A7328 (or 0x4A7328) is known color: Dell. HEX triplet: 4A, 73 and 28. RGB value is (74,115,40). Sum of RGB (Red+Green+Blue) = 74+115+40=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7328 is #B58CD7. Grayscale: #5E5E5E. Windows color (decimal): -11898072 or 2650954. OLE color: 2650954.

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

Color convert

RGB 74 115 40 -
CMYK 0.36 0 0.65 0.55
HSL 92.8º 0.48% 0.3% -
HSV(B) 92.8º 0.65% 0.45% -
XYZ 9.34 13.87 4.19 -
YUV 94.19 97.42 113.6 -
System Red Green Blue C M Y K H S L
Decimal 74 115 40 0.36 0 0.65 0.55 92.8 0.48 0.3
Hex 4A 73 28 24 0 41 37 5D 30 1E
Octal 112 163 50 44 0 101 67 135 60 36
Binary 1001010 1110011 101000 100100 0 1000001 110111 1011101 110000 11110

Color Harmonies of #4A7328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7328

Black with #4A7328

Text Example


Text Example

White with #4A7328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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