Html Css Color HEX #4A6235 Dell

📋 copy color: '#4A6235'

red 74 ◦ green 98 ◦ blue 53

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

Shades of Dell #4A6235

Tints of Dell #4A6235

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.56%

 BLUE value IS 53 (21.09% from 255) = 23.56%

R = 32.89%
G = 43.56%
B = 23.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#4A6235 (or 0x4A6235) is known color: Dell. HEX triplet: 4A, 62 and 35. RGB value is (74,98,53). Sum of RGB (Red+Green+Blue) = 74+98+53=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #4A6235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6235 is #B59DCA. Grayscale: #555555. Windows color (decimal): -11902411 or 3498570. OLE color: 3498570.

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

Color convert

RGB 74 98 53 -
CMYK 0.24 0 0.46 0.62
HSL 92º 0.3% 0.3% -
HSV(B) 92º 0.46% 0.38% -
XYZ 7.83 10.45 4.97 -
YUV 85.69 109.55 119.66 -
System Red Green Blue C M Y K H S L
Decimal 74 98 53 0.24 0 0.46 0.62 92 0.3 0.3
Hex 4A 62 35 18 0 2E 3E 5C 1E 1E
Octal 112 142 65 30 0 56 76 134 36 36
Binary 1001010 1100010 110101 11000 0 101110 111110 1011100 11110 11110

Color Harmonies of #4A6235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6235

Black with #4A6235

Text Example


Text Example

White with #4A6235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,98,53); }

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

background-color css

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

 a { background-color: rgb(74,98,53); }

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

border-color css

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

 span { border-color: rgb(74,98,53); }

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