Html Css Color HEX #4A6236 Dell

📋 copy color: '#4A6236'

red 74 ◦ green 98 ◦ blue 54

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

Shades of Dell #4A6236

Tints of Dell #4A6236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.89%

R = 32.74%
G = 43.36%
B = 23.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#4A6236 (or 0x4A6236) is known color: Dell. HEX triplet: 4A, 62 and 36. RGB value is (74,98,54). Sum of RGB (Red+Green+Blue) = 74+98+54=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #4A6236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6236 is #B59DC9. Grayscale: #555555. Windows color (decimal): -11902410 or 3564106. OLE color: 3564106.

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

Color convert

RGB 74 98 54 -
CMYK 0.24 0 0.45 0.62
HSL 92.73º 0.29% 0.3% -
HSV(B) 92.73º 0.45% 0.38% -
XYZ 7.86 10.46 5.09 -
YUV 85.81 110.05 119.58 -
System Red Green Blue C M Y K H S L
Decimal 74 98 54 0.24 0 0.45 0.62 92.73 0.29 0.3
Hex 4A 62 36 18 0 2D 3E 5D 1D 1E
Octal 112 142 66 30 0 55 76 135 35 36
Binary 1001010 1100010 110110 11000 0 101101 111110 1011101 11101 11110

Color Harmonies of #4A6236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6236

Black with #4A6236

Text Example


Text Example

White with #4A6236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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