Html Css Color HEX #648D48 Dingley

📋 copy color: '#648D48'

red 100 ◦ green 141 ◦ blue 72

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

Shades of Dingley #648D48

Tints of Dingley #648D48

RGB

 RED value IS 100 (39.45% from 255) = 31.95%

 GREEN value IS 141 (55.47% from 255) = 45.05%

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

R = 31.95%
G = 45.05%
B = 23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#648D48 (or 0x648D48) is known color: Dingley. HEX triplet: 64, 8D and 48. RGB value is (100,141,72). Sum of RGB (Red+Green+Blue) = 100+141+72=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #648D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648D48 is #9B72B7. Grayscale: #797979. Windows color (decimal): -10187448 or 4754788. OLE color: 4754788.

HSL color Cylindrical-coordinate representation of color #648D48: hue angle of 95.65º 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 #648D48 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 141 72 -
CMYK 0.29 0 0.49 0.45
HSL 95.65º 0.32% 0.42% -
HSV(B) 95.65º 0.49% 0.55% -
XYZ 15.95 22.23 9.58 -
YUV 120.88 100.42 113.11 -
System Red Green Blue C M Y K H S L
Decimal 100 141 72 0.29 0 0.49 0.45 95.65 0.32 0.42
Hex 64 8D 48 1D 0 31 2D 60 20 2A
Octal 144 215 110 35 0 61 55 140 40 52
Binary 1100100 10001101 1001000 11101 0 110001 101101 1100000 100000 101010

Color Harmonies of #648D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648D48

Black with #648D48

Text Example


Text Example

White with #648D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648D48; }

 p { color: rgb(100,141,72); }

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

background-color css

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

 a { background-color: rgb(100,141,72); }

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

border-color css

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

 span { border-color: rgb(100,141,72); }

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