Html Css Color HEX #4A6D2B Dell

📋 copy color: '#4A6D2B'

red 74 ◦ green 109 ◦ blue 43

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

Shades of Dell #4A6D2B

Tints of Dell #4A6D2B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 48.23%

 BLUE value IS 43 (17.19% from 255) = 19.03%

R = 32.74%
G = 48.23%
B = 19.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#4A6D2B (or 0x4A6D2B) is known color: Dell. HEX triplet: 4A, 6D and 2B. RGB value is (74,109,43). Sum of RGB (Red+Green+Blue) = 74+109+43=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 109 - color contains mainly: green. Hex color #4A6D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6D2B is #B592D4. Grayscale: #5B5B5B. Windows color (decimal): -11899605 or 2846026. OLE color: 2846026.

HSL color Cylindrical-coordinate representation of color #4A6D2B: hue angle of 91.82º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A6D2B is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 109 43 -
CMYK 0.32 0 0.61 0.57
HSL 91.82º 0.43% 0.3% -
HSV(B) 91.82º 0.61% 0.43% -
XYZ 8.73 12.57 4.25 -
YUV 91.01 100.9 115.87 -
System Red Green Blue C M Y K H S L
Decimal 74 109 43 0.32 0 0.61 0.57 91.82 0.43 0.3
Hex 4A 6D 2B 20 0 3D 39 5C 2B 1E
Octal 112 155 53 40 0 75 71 134 53 36
Binary 1001010 1101101 101011 100000 0 111101 111001 1011100 101011 11110

Color Harmonies of #4A6D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6D2B

Black with #4A6D2B

Text Example


Text Example

White with #4A6D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,109,43); }

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

background-color css

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

 a { background-color: rgb(74,109,43); }

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

border-color css

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

 span { border-color: rgb(74,109,43); }

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