Html Css Color HEX #4A6132 Dell

📋 copy color: '#4A6132'

red 74 ◦ green 97 ◦ blue 50

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

Shades of Dell #4A6132

Tints of Dell #4A6132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.89%

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

R = 33.48%
G = 43.89%
B = 22.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#4A6132 (or 0x4A6132) is known color: Dell. HEX triplet: 4A, 61 and 32. RGB value is (74,97,50). Sum of RGB (Red+Green+Blue) = 74+97+50=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6132 is #B59ECD. Grayscale: #545454. Windows color (decimal): -11902670 or 3301706. OLE color: 3301706.

HSL color Cylindrical-coordinate representation of color #4A6132: hue angle of 89.36º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A6132 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 97 50 -
CMYK 0.24 0 0.48 0.62
HSL 89.36º 0.32% 0.29% -
HSV(B) 89.36º 0.48% 0.38% -
XYZ 7.67 10.24 4.59 -
YUV 84.77 108.38 120.32 -
System Red Green Blue C M Y K H S L
Decimal 74 97 50 0.24 0 0.48 0.62 89.36 0.32 0.29
Hex 4A 61 32 18 0 30 3E 59 20 1D
Octal 112 141 62 30 0 60 76 131 40 35
Binary 1001010 1100001 110010 11000 0 110000 111110 1011001 100000 11101

Color Harmonies of #4A6132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6132

Black with #4A6132

Text Example


Text Example

White with #4A6132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,97,50); }

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

background-color css

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

 a { background-color: rgb(74,97,50); }

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

border-color css

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

 span { border-color: rgb(74,97,50); }

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