Html Css Color HEX #648146 Dingley

📋 copy color: '#648146'

red 100 ◦ green 129 ◦ blue 70

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

Shades of Dingley #648146

Tints of Dingley #648146

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.14%

 BLUE value IS 70 (27.73% from 255) = 23.41%

R = 33.44%
G = 43.14%
B = 23.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#648146 (or 0x648146) is known color: Dingley. HEX triplet: 64, 81 and 46. RGB value is (100,129,70). Sum of RGB (Red+Green+Blue) = 100+129+70=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #648146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648146 is #9B7EB9. Grayscale: #717171. Windows color (decimal): -10190522 or 4620644. OLE color: 4620644.

HSL color Cylindrical-coordinate representation of color #648146: hue angle of 89.49º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #648146 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 129 70 -
CMYK 0.22 0 0.46 0.49
HSL 89.49º 0.3% 0.39% -
HSV(B) 89.49º 0.46% 0.51% -
XYZ 14.21 18.85 8.68 -
YUV 113.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 100 129 70 0.22 0 0.46 0.49 89.49 0.3 0.39
Hex 64 81 46 16 0 2E 31 59 1E 27
Octal 144 201 106 26 0 56 61 131 36 47
Binary 1100100 10000001 1000110 10110 0 101110 110001 1011001 11110 100111

Color Harmonies of #648146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648146

Black with #648146

Text Example


Text Example

White with #648146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648146; }

 p { color: rgb(100,129,70); }

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

background-color css

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

 a { background-color: rgb(100,129,70); }

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

border-color css

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

 span { border-color: rgb(100,129,70); }

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