Html Css Color HEX #4A612E Dell

📋 copy color: '#4A612E'

red 74 ◦ green 97 ◦ blue 46

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

Shades of Dell #4A612E

Tints of Dell #4A612E

RGB

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

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

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

R = 34.1%
G = 44.7%
B = 21.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#4A612E (or 0x4A612E) is known color: Dell. HEX triplet: 4A, 61 and 2E. RGB value is (74,97,46). Sum of RGB (Red+Green+Blue) = 74+97+46=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #4A612E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A612E is #B59ED1. Grayscale: #545454. Windows color (decimal): -11902674 or 3039562. OLE color: 3039562.

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

Color convert

RGB 74 97 46 -
CMYK 0.24 0 0.53 0.62
HSL 87.06º 0.36% 0.28% -
HSV(B) 87.06º 0.53% 0.38% -
XYZ 7.59 10.2 4.15 -
YUV 84.31 106.38 120.65 -
System Red Green Blue C M Y K H S L
Decimal 74 97 46 0.24 0 0.53 0.62 87.06 0.36 0.28
Hex 4A 61 2E 18 0 35 3E 57 24 1C
Octal 112 141 56 30 0 65 76 127 44 34
Binary 1001010 1100001 101110 11000 0 110101 111110 1010111 100100 11100

Color Harmonies of #4A612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A612E

Black with #4A612E

Text Example


Text Example

White with #4A612E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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