Html Css Color HEX #4A5F3C Dell

📋 copy color: '#4A5F3C'

red 74 ◦ green 95 ◦ blue 60

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

Shades of Dell #4A5F3C

Tints of Dell #4A5F3C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.48%

 BLUE value IS 60 (23.83% from 255) = 26.2%

R = 32.31%
G = 41.48%
B = 26.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.63

RGB Variations

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

Color information

#4A5F3C (or 0x4A5F3C) is known color: Dell. HEX triplet: 4A, 5F and 3C. RGB value is (74,95,60). Sum of RGB (Red+Green+Blue) = 74+95+60=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 95 - color contains mainly: green. Hex color #4A5F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5F3C is #B5A0C3. Grayscale: #545454. Windows color (decimal): -11903172 or 3956554. OLE color: 3956554.

HSL color Cylindrical-coordinate representation of color #4A5F3C: hue angle of 96º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A5F3C is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.

Color convert

RGB 74 95 60 -
CMYK 0.22 0 0.37 0.63
HSL 96º 0.23% 0.3% -
HSV(B) 96º 0.37% 0.37% -
XYZ 7.73 9.97 5.79 -
YUV 84.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 74 95 60 0.22 0 0.37 0.63 96 0.23 0.3
Hex 4A 5F 3C 16 0 25 3F 60 17 1E
Octal 112 137 74 26 0 45 77 140 27 36
Binary 1001010 1011111 111100 10110 0 100101 111111 1100000 10111 11110

Color Harmonies of #4A5F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5F3C

Black with #4A5F3C

Text Example


Text Example

White with #4A5F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,95,60); }

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

background-color css

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

 a { background-color: rgb(74,95,60); }

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

border-color css

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

 span { border-color: rgb(74,95,60); }

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