Html Css Color HEX #748949 Dingley

📋 copy color: '#748949'

red 116 ◦ green 137 ◦ blue 73

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

Shades of Dingley #748949

Tints of Dingley #748949

RGB

 RED value IS 116 (45.7% from 255) = 35.58%

 GREEN value IS 137 (53.91% from 255) = 42.02%

 BLUE value IS 73 (28.91% from 255) = 22.39%

R = 35.58%
G = 42.02%
B = 22.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#748949 (or 0x748949) is known color: Dingley. HEX triplet: 74, 89 and 49. RGB value is (116,137,73). Sum of RGB (Red+Green+Blue) = 116+137+73=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #748949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748949 is #8B76B6. Grayscale: #7B7B7B. Windows color (decimal): -9139895 or 4819316. OLE color: 4819316.

HSL color Cylindrical-coordinate representation of color #748949: hue angle of 79.69º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #748949 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 73 -
CMYK 0.15 0 0.47 0.46
HSL 79.69º 0.3% 0.41% -
HSV(B) 79.69º 0.47% 0.54% -
XYZ 17.35 22.09 9.65 -
YUV 123.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 116 137 73 0.15 0 0.47 0.46 79.69 0.3 0.41
Hex 74 89 49 F 0 2F 2E 50 1E 29
Octal 164 211 111 17 0 57 56 120 36 51
Binary 1110100 10001001 1001001 1111 0 101111 101110 1010000 11110 101001

Color Harmonies of #748949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748949

Black with #748949

Text Example


Text Example

White with #748949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748949; }

 p { color: rgb(116,137,73); }

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

background-color css

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

 a { background-color: rgb(116,137,73); }

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

border-color css

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

 span { border-color: rgb(116,137,73); }

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