Html Css Color HEX #738C48 Dingley

📋 copy color: '#738C48'

red 115 ◦ green 140 ◦ blue 72

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

Shades of Dingley #738C48

Tints of Dingley #738C48

RGB

 RED value IS 115 (45.31% from 255) = 35.17%

 GREEN value IS 140 (55.08% from 255) = 42.81%

 BLUE value IS 72 (28.52% from 255) = 22.02%

R = 35.17%
G = 42.81%
B = 22.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#738C48 (or 0x738C48) is known color: Dingley. HEX triplet: 73, 8C and 48. RGB value is (115,140,72). Sum of RGB (Red+Green+Blue) = 115+140+72=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #738C48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738C48 is #8C73B7. Grayscale: #7D7D7D. Windows color (decimal): -9204664 or 4754547. OLE color: 4754547.

HSL color Cylindrical-coordinate representation of color #738C48: hue angle of 82.06º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #738C48 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 140 72 -
CMYK 0.18 0 0.49 0.45
HSL 82.06º 0.32% 0.42% -
HSV(B) 82.06º 0.49% 0.55% -
XYZ 17.62 22.87 9.62 -
YUV 124.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 115 140 72 0.18 0 0.49 0.45 82.06 0.32 0.42
Hex 73 8C 48 12 0 31 2D 52 20 2A
Octal 163 214 110 22 0 61 55 122 40 52
Binary 1110011 10001100 1001000 10010 0 110001 101101 1010010 100000 101010

Color Harmonies of #738C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738C48

Black with #738C48

Text Example


Text Example

White with #738C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738C48; }

 p { color: rgb(115,140,72); }

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

background-color css

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

 a { background-color: rgb(115,140,72); }

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

border-color css

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

 span { border-color: rgb(115,140,72); }

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