Html Css Color HEX #648749 Dingley

📋 copy color: '#648749'

red 100 ◦ green 135 ◦ blue 73

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

Shades of Dingley #648749

Tints of Dingley #648749

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.83%

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

R = 32.47%
G = 43.83%
B = 23.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#648749 (or 0x648749) is known color: Dingley. HEX triplet: 64, 87 and 49. RGB value is (100,135,73). Sum of RGB (Red+Green+Blue) = 100+135+73=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #648749 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648749 is #9B78B6. Grayscale: #757575. Windows color (decimal): -10188983 or 4818788. OLE color: 4818788.

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

Color convert

RGB 100 135 73 -
CMYK 0.26 0 0.46 0.47
HSL 93.87º 0.3% 0.41% -
HSV(B) 93.87º 0.46% 0.53% -
XYZ 15.12 20.52 9.47 -
YUV 117.47 102.9 115.54 -
System Red Green Blue C M Y K H S L
Decimal 100 135 73 0.26 0 0.46 0.47 93.87 0.3 0.41
Hex 64 87 49 1A 0 2E 2F 5E 1E 29
Octal 144 207 111 32 0 56 57 136 36 51
Binary 1100100 10000111 1001001 11010 0 101110 101111 1011110 11110 101001

Color Harmonies of #648749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648749

Black with #648749

Text Example


Text Example

White with #648749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648749; }

 p { color: rgb(100,135,73); }

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

background-color css

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

 a { background-color: rgb(100,135,73); }

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

border-color css

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

 span { border-color: rgb(100,135,73); }

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