Html Css Color HEX #4A6B3A Dell

📋 copy color: '#4A6B3A'

red 74 ◦ green 107 ◦ blue 58

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

Shades of Dell #4A6B3A

Tints of Dell #4A6B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.77%

 BLUE value IS 58 (23.05% from 255) = 24.27%

R = 30.96%
G = 44.77%
B = 24.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#4A6B3A (or 0x4A6B3A) is known color: Dell. HEX triplet: 4A, 6B and 3A. RGB value is (74,107,58). Sum of RGB (Red+Green+Blue) = 74+107+58=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6B3A is #B594C5. Grayscale: #5B5B5B. Windows color (decimal): -11900102 or 3828554. OLE color: 3828554.

HSL color Cylindrical-coordinate representation of color #4A6B3A: hue angle of 100.41º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A6B3A is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 107 58 -
CMYK 0.31 0 0.46 0.58
HSL 100.41º 0.3% 0.32% -
HSV(B) 100.41º 0.46% 0.42% -
XYZ 8.85 12.28 5.91 -
YUV 91.55 109.07 115.48 -
System Red Green Blue C M Y K H S L
Decimal 74 107 58 0.31 0 0.46 0.58 100.41 0.3 0.32
Hex 4A 6B 3A 1F 0 2E 3A 64 1E 20
Octal 112 153 72 37 0 56 72 144 36 40
Binary 1001010 1101011 111010 11111 0 101110 111010 1100100 11110 100000

Color Harmonies of #4A6B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B3A

Black with #4A6B3A

Text Example


Text Example

White with #4A6B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,107,58); }

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

background-color css

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

 a { background-color: rgb(74,107,58); }

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

border-color css

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

 span { border-color: rgb(74,107,58); }

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