Html Css Color HEX #4A6B37 Dell

📋 copy color: '#4A6B37'

red 74 ◦ green 107 ◦ blue 55

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

Shades of Dell #4A6B37

Tints of Dell #4A6B37

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.34%

 BLUE value IS 55 (21.88% from 255) = 23.31%

R = 31.36%
G = 45.34%
B = 23.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#4A6B37 (or 0x4A6B37) is known color: Dell. HEX triplet: 4A, 6B and 37. RGB value is (74,107,55). Sum of RGB (Red+Green+Blue) = 74+107+55=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6B37 is #B594C8. Grayscale: #5B5B5B. Windows color (decimal): -11900105 or 3631946. OLE color: 3631946.

HSL color Cylindrical-coordinate representation of color #4A6B37: hue angle of 98.08º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A6B37 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 107 55 -
CMYK 0.31 0 0.49 0.58
HSL 98.08º 0.32% 0.32% -
HSV(B) 98.08º 0.49% 0.42% -
XYZ 8.77 12.25 5.52 -
YUV 91.21 107.57 115.73 -
System Red Green Blue C M Y K H S L
Decimal 74 107 55 0.31 0 0.49 0.58 98.08 0.32 0.32
Hex 4A 6B 37 1F 0 31 3A 62 20 20
Octal 112 153 67 37 0 61 72 142 40 40
Binary 1001010 1101011 110111 11111 0 110001 111010 1100010 100000 100000

Color Harmonies of #4A6B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B37

Black with #4A6B37

Text Example


Text Example

White with #4A6B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,107,55); }

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

background-color css

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

 a { background-color: rgb(74,107,55); }

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

border-color css

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

 span { border-color: rgb(74,107,55); }

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