Html Css Color HEX #4A6139 Dell

📋 copy color: '#4A6139'

red 74 ◦ green 97 ◦ blue 57

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

Shades of Dell #4A6139

Tints of Dell #4A6139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25%

R = 32.46%
G = 42.54%
B = 25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#4A6139 (or 0x4A6139) is known color: Dell. HEX triplet: 4A, 61 and 39. RGB value is (74,97,57). Sum of RGB (Red+Green+Blue) = 74+97+57=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6139 is #B59EC6. Grayscale: #555555. Windows color (decimal): -11902663 or 3760458. OLE color: 3760458.

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

Color convert

RGB 74 97 57 -
CMYK 0.24 0 0.41 0.62
HSL 94.5º 0.26% 0.3% -
HSV(B) 94.5º 0.41% 0.38% -
XYZ 7.84 10.3 5.45 -
YUV 85.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 74 97 57 0.24 0 0.41 0.62 94.5 0.26 0.3
Hex 4A 61 39 18 0 29 3E 5E 1A 1E
Octal 112 141 71 30 0 51 76 136 32 36
Binary 1001010 1100001 111001 11000 0 101001 111110 1011110 11010 11110

Color Harmonies of #4A6139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6139

Black with #4A6139

Text Example


Text Example

White with #4A6139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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